Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for dot$ (0.1 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize_hlo.mlir

    // CHECK:           return %[[VAL_6]] : tensor<1xf32>
    // CHECK:         }
    func.func @convert_dot_2d_1d(%arg0: tensor<1x256xf32>, %arg1: tensor<256xf32>) -> tensor<1xf32> {
      %0 = "mhlo.dot"(%arg0, %arg1) {precision_config = [#mhlo<precision DEFAULT>, #mhlo<precision DEFAULT>]} : (tensor<1x256xf32>, tensor<256xf32>) -> tensor<1xf32>
      func.return %0 : tensor<1xf32>
    }
    
    // CHECK-LABEL:   func @convert_dot_1d_1d(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 340.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    func.func @matmul_ranked(%a: tensor<?x7xf32>, %b: tensor<7x?xf32>) -> tensor<?x?xf32> {
      // CHECK: "mhlo.dot"
      %0 = "tf.MatMul"(%a, %b) {transpose_a = false, transpose_b = false} : (tensor<?x7xf32>, tensor<7x?xf32>) -> tensor<?x?xf32>
    
      func.return %0 : tensor<?x?xf32>
    }
    
    // Verify SparseMatMul is legalized to dot.
    // CHECK-LABEL: test_sparse_mat_mul
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	// a valid NetBios Domain name cannot start with a dot, has at least 1 character,
    	// at most 15 characters, and it cannot the characters: \ / : * ? " < > |
    	validNetBiosRegex = regexp.MustCompile(`^[^\\/:\*\?"<>|\.][^\\/:\*\?"<>|]{0,14}$`)
    
    	// a valid DNS name contains only alphanumeric characters, dots, and dashes.
    	dnsLabelFormat                 = `[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      before less specific wildcard entries. For example, `\"*.foo.example.com\"`
                      takes precedence over `\"*.example.com\"`. The precise definition
                      here is that the higher the number of dots in the hostname to the
                      right of the wildcard character, the higher the precedence. \n The
                      wildcard character will match any number of characters _and dots_
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

    Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.\n\nhost can be \"precise\" which is a domain name without the terminating dot of a network host (e.g. \"foo.bar.com\") or \"wildcard\", which is a domain name prefixed with a single wildcard label (e.g. \"*.foo.com\"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="application/vnd.ms-word.template.macroenabled.12">
        <_comment>Office Open XML Document Template (macro-enabled)</_comment>
        <glob pattern="*.dotm"/>
        <sub-class-of type="application/x-tika-ooxml"/>
      </mime-type>
    
      <mime-type type="application/vnd.ms-works">
        <magic priority="50">
          <match value="0xd0cf11e0a1b11ae1" type="string" offset="0:8">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    			pathOfFieldPath: path,
    			schema:          &schema,
    			errMsg:          "does not refer to a valid field",
    		},
    		{
    			name:            "Duplicate dots",
    			fieldPath:       ".a..b",
    			pathOfFieldPath: path,
    			schema:          &schema,
    			errMsg:          "does not refer to a valid field",
    		},
    		{
    			name:            "Negative array index",
    			fieldPath:       ".list[-1]",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.23.md

    - Since golang 1.17 both net.ParseIP and net.ParseCIDR rejects leading zeros in the dot-decimal notation of IPv4 addresses,
      Kubernetes will keep allowing leading zeros on IPv4 address to not break the compatibility.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    						},
    					},
    					"field": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:17 UTC 2024
    - 329.7K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

            "properties": {
              "field": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
Back to top