Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDeviceAliasForHostOfLogicalCore (0.51 sec)

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

      std::string cpu0_device;
      if (failed(tensorflow::GetNonReplicatedCPU0(op, &cpu0_device)))
        return failure();
      if (device_str != tensorflow::GetDeviceAliasForHostOfLogicalCore(0) &&
          device_str != cpu0_device) {
        op->emitError()
            << "TPUCopyWithDynamicShapeOp's device is not a recognized host 0: "
            << device_str;
        return failure();
      }
    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