Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for system_devices (0.17 sec)

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

      llvm::SmallVector<ParsedDevice, 8> system_devices =
          FindMatchingDevices(devices, spec);
      if (system_devices.empty())
        return absl::InvalidArgumentError(
            absl::StrCat("no ", kDeviceTPUSystem, " devices found"));
    
      // Check that all system devices are part of the same job.
      const auto& job = system_devices[0].job;
      auto replica = system_devices[0].replica;
    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