Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for central (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_ExecuteTPUEmbeddingPartitionerOp : TF_Op<"ExecuteTPUEmbeddingPartitioner", []> {
      let summary = [{
    An op that executes the TPUEmbedding partitioner on the central configuration
      }];
    
      let description = [{
    device and computes the HBM size (in bytes) required for TPUEmbedding operation.
      }];
    
      let arguments = (ins
        StrAttr:$config
      );
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

    *   Add toggles `tf.enable_control_flow_v2()` and `tf.disable_control_flow_v2()`
        for enabling/disabling v2 control flow.
    *   Enable v2 control flow as part of `tf.enable_v2_behavior()` and
        `TF2_BEHAVIOR=1`.
    *   AutoGraph translates Python control flow into TensorFlow expressions,
        allowing users to write regular Python inside `tf.function`-decorated
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "default": "",
                "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
                "type": "string"
              },
              "tenant": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0061..007A    ; valid                                  # 1.1  LATIN SMALL LETTER A..LATIN SMALL LETTER Z
    007B..007F    ; disallowed_STD3_valid                  # 1.1  LEFT CURLY BRACKET..<control-007F>
    0080..009F    ; disallowed                             # 1.1  <control-0080>..<control-009F>
    00A0          ; disallowed_STD3_mapped ; 0020          # 1.1  NO-BREAK SPACE
    00A1..00A7    ; valid                  ;      ; NV8    # 1.1  INVERTED EXCLAMATION MARK..SECTION SIGN
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

        singular: authorizationpolicy
      scope: Namespaced
      versions:
      - name: v1
        schema:
          openAPIV3Schema:
            properties:
              spec:
                description: 'Configuration for access control on workloads. See more
                  details at: https://istio.io/docs/reference/config/security/authorization-policy.html'
                oneOf:
                - not:
                    anyOf:
                    - required:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"DialIP", Func, 0},
    		{"DialTCP", Func, 0},
    		{"DialTimeout", Func, 0},
    		{"DialUDP", Func, 0},
    		{"DialUnix", Func, 0},
    		{"Dialer", Type, 1},
    		{"Dialer.Cancel", Field, 6},
    		{"Dialer.Control", Field, 11},
    		{"Dialer.ControlContext", Field, 20},
    		{"Dialer.Deadline", Field, 1},
    		{"Dialer.DualStack", Field, 2},
    		{"Dialer.FallbackDelay", Field, 5},
    		{"Dialer.KeepAlive", Field, 3},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. manifests/charts/base/crds/crd-all.gen.yaml

          name: Age
          type: date
        name: v1
        schema:
          openAPIV3Schema:
            properties:
              spec:
                description: 'Configuration for access control on workloads. See more
                  details at: https://istio.io/docs/reference/config/security/authorization-policy.html'
                oneOf:
                - not:
                    anyOf:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    		},
    		expectedErrorSubstring: "runAsUserName cannot be an empty string",
    	}, {
    		testName: "RunAsUserName containing a control character",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			RunAsUserName: toPtr("Container\tUser"),
    		},
    		expectedErrorSubstring: "runAsUserName cannot contain control characters",
    	}, {
    		testName: "RunAsUserName containing too many backslashes",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top