Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        }
      }
      if (host_device->empty()) {
        LOG(ERROR) << "Did not find any CPU:0 host devices";
        return mlir::failure();
      }
      return mlir::success();
    }
    
    mlir::LogicalResult GetHostDeviceOutsideComputation(
        mlir::TF::RuntimeDevices devices, mlir::tf_device::ClusterOp cluster,
        std::string* host_device) {
      if (HasTPUDevice(devices) ||
          cluster->getParentOfType<mlir::tf_device::ReplicateOp>()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:10:40 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top