Home
last modified time | relevance | path

Searched defs:is_tpu (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/dtensor/mlir/utils/
Dcollective_lowering.cc221 const bool is_tpu = all_reduce.device_type().endswith("TPU"); in LowerAllReduceOpImpl() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc347 const bool is_tpu = device != nullptr && device->device_type() == "TPU"; in GetDeviceForInput() local