Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetDeviceAliasForLogicalCore (0.32 sec)

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

      return TPUDeviceAssignment(compilation_device,
                                 std::move(devices_and_ids.first),
                                 std::move(devices_and_ids.second));
    }
    
    std::string GetDeviceAliasForLogicalCore(const int core_index) {
      return llvm::formatv("{0}_{1}", kTPUReplicatedCore, core_index).str();
    }
    
    std::string GetDeviceAliasForHostOfLogicalCore(const int core_index) {
    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