Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Devices (0.17 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. 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)
Back to top