Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetNonReplicatedTPU0 (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/extract_tpu_copy_with_dynamic_shape_op.cc

      // Set the copy op's device to the first TPU.
      std::string device_str;
      if (replicated) {
        device_str = tensorflow::GetDeviceAliasForLogicalCore(0);
      } else if (failed(tensorflow::GetNonReplicatedTPU0(
                     tpu_copy_with_dynamic_shape_op, &device_str))) {
        return failure();
      }
    
      new_device_launch_op = builder.create<tf_device::LaunchOp>(
          tpu_copy_with_dynamic_shape_op->getLoc(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top