Home
last modified time | relevance | path

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

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