Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetHostDeviceOutsideComputation (0.46 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/tpu_cluster_util.cc

      auto result = module.walk([&](tf_device::ClusterOp tpu_cluster) {
        std::optional<std::string> host_device;
        if (pass_host_device) {
          std::string host_device_value;
          if (failed(tensorflow::GetHostDeviceOutsideComputation(
                  devices, tpu_cluster, &host_device_value)))
            return WalkResult::interrupt();
          host_device = host_device_value;
        }
        cluster_to_host[tpu_cluster.getOperation()] = host_device;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 04:50:13 UTC 2023
    - 4.7K bytes
    - Viewed (0)
Back to top