Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for z0 (0.07 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

      // CHECK-LABEL: func @parallel_execute_with_input_with_sharding_configurations
      // CHECK-SAME: (%[[ARG_0:[a-z0-9]*]]: tensor<8xi32>, %[[ARG_1:[a-z0-9]*]]: tensor<8xi32>, %[[ARG_2:[a-z0-9]*]]: tensor<*xi1>, %[[ARG_3:[a-z0-9]*]]: tensor<*xi1>, %[[ARG_4:[a-z0-9]*]]: tensor<*xi32>, %[[ARG_5:[a-z0-9]*]]: tensor<*xi32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  2. pkg/apis/admissionregistration/validation/validation_test.go

    	}, {
    		name: "expression is required",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 147.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    						"operator": "Exists",
    						"values":   []interface{}{},
    					},
    				},
    			},
    			schema: genMatchSelectorSchema(`self.matchExpressions.all(rule, size(rule.key) <= 63 && rule.key.matches("^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$"))`),
    			errors: []string{"failed rule"},
    		},
    		{
    			name: "allOf rule",
    			errors: []string{
    				`key must be 'value' and key2 must be 'value2'`,
    				`key must not be equal to key2`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. pkg/config/validation/validation.go

    	// ServiceEntry.Endpoint.Address message.
    	UnixAddressPrefix = "unix://"
    
    	matchExact  = "exact:"
    	matchPrefix = "prefix:"
    )
    
    var validHeaderRegex = regexp.MustCompile("^[-_A-Za-z0-9]+$")
    
    const (
    	kb = 1024
    	mb = 1024 * kb
    )
    
    var (
    	// envoy supported retry on header values
    	supportedRetryOnPolicies = sets.New(
    		// 'x-envoy-retry-on' supported policies:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  5. cluster/gce/gci/configure-helper.sh

        log-wrap 'SourceKubeMasterCerts' source "${KUBE_HOME}/kube-master-certs"
      fi
    
      log-start 'VerifyKubeUser'
      if [[ -n "${KUBE_USER:-}" ]]; then
        if ! [[ "${KUBE_USER}" =~ ^[-._@a-zA-Z0-9]+$ ]]; then
          echo "Bad KUBE_USER format."
          exit 1
        fi
      fi
      log-end 'VerifyKubeUser'
    
      log-start 'GenerateTokens'
      KUBE_CONTROLLER_MANAGER_TOKEN="$(secure_random 32)"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/x86/asm6.go

    	Yym
    	YymEvex   // YyrEvex+Ym
    	Yyvm      // VSIB vector array; vm32y/vm64y
    	YyvmEvex  // Yyvm which permits High-16 Y register as index.
    	YzrMulti4 // [ Z<n> - Z<n+3> ]; multisource YzrEvex
    	Yzr       // Z0..Z31
    	Yzm       // Yzr+Ym
    	Yzvm      // VSIB vector array; vm32z/vm64z
    	Yk0       // K0
    	Yknot0    // K1..K7; write mask
    	Yk        // K0..K7; used for KOP
    	Ykm       // Yk+Ym; used for KOP
    	Ytls
    	Ytextsize
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top