Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTPUCompilationDevice (0.35 sec)

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

        tpu_devices.push_back(std::move(host_tpu_devices));
      }
    
      return tpu_devices;
    }
    
    // Find the compilation device from system device with `DEVICE_CPU` as its
    // type.
    std::string GetTPUCompilationDevice(ParsedDevice system_device) {
      // TODO(b/110910013) GetTPUSystemDevices parses the spec and returns the
      // TPU_SYSTEM device, which we replace with the CPU device. We do this
    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