Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for Devices (0.23 sec)

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

    def TF_DeviceIndexOp : TF_Op<"DeviceIndex", [Pure, TF_NoConstantFold]> {
      let summary = "Return the index of device the op runs.";
    
      let description = [{
    Given a list of device names, this operation returns the index of the device
    this op runs. The length of the list is returned in two cases:
    (1) Device does not exist in the given device list.
    (2) It is in XLA compilation.
      }];
    
      let arguments = (ins
    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

            decisions.
    *   PluggableDevice
        *   Third-party devices can now connect to TensorFlow as plug-ins through
            [StreamExecutor C API](https://github.com/tensorflow/community/blob/master/rfcs/20200612-stream-executor-c-api.md).
            and
            [PluggableDevice](https://github.com/tensorflow/community/blob/master/rfcs/20200624-pluggable-device-for-tensorflow.md)
            interface.
    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

          },
          "io.k8s.api.core.v1.VolumeDevice": {
            "description": "volumeDevice describes a mapping of a raw block device within a container.",
            "properties": {
              "devicePath": {
                "default": "",
                "description": "devicePath is the path inside of the container that the device will be mapped to.",
                "type": "string"
              },
              "name": {
                "default": "",
    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. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                                support ExternalName Services.
    
    
                                                Support: Core (Services with a type other than ExternalName)
    
    
                                                Support: Implementation-specific (Services with type ExternalName)
                                              maxLength: 63
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.buildinit.plugins.internal.services.BuildInitServices$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildInitServices.java:0)
    Class <org.gradle.buildinit.plugins.internal.services.BuildInitServices> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (BuildInitServices.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              input: "num_shards:output:0"
              device: "/device:CPU:0"
              attr {
                key: "_output_shapes"
                value {
                  list {
                    shape {
                    }
                  }
                }
              }
            }
            node_def {
              name: "SaveV2/tensor_names"
              op: "Const"
              device: "/device:CPU:0"
              attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    items:
                      type: string
                    type: array
                  workloadSelector:
                    description: Applicable only for MESH_INTERNAL services.
                    properties:
                      labels:
                        additionalProperties:
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                    items:
                      type: string
                    type: array
                  workloadSelector:
                    description: Applicable only for MESH_INTERNAL services.
                    properties:
                      labels:
                        additionalProperties:
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. manifests/charts/base/crds/crd-all.gen.yaml

                    items:
                      type: string
                    type: array
                  workloadSelector:
                    description: Applicable only for MESH_INTERNAL services.
                    properties:
                      labels:
                        additionalProperties:
                          type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  10. pkg/apis/core/validation/validation_test.go

    			s.Spec.Ports[0].TargetPort = intstr.FromInt32(11721)
    			s.Spec.ClusterIP = core.ClusterIPNone
    			s.Spec.ClusterIPs = []string{core.ClusterIPNone}
    		},
    		// in the v1 API, targetPorts on headless services were tolerated.
    		// once we have version-specific validation, we can reject this on newer API versions, but until then, we have to tolerate it for compatibility.
    		// numErrs: 1,
    		numErrs: 0,
    	}, {
    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