Home
last modified time | relevance | path

Searched refs:use_tfrt_distributed_runtime_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.h266 bool UseTfrtDistributedRuntime() { return use_tfrt_distributed_runtime_; } in UseTfrtDistributedRuntime()
277 if (use_tfrt_distributed_runtime_) { in GetDistributedManager()
314 bool use_tfrt_distributed_runtime_ = false; variable
H A Dc_api_tfrt.cc581 use_tfrt_distributed_runtime_(use_tfrt_distributed_runtime) { in ContextInterface()
956 if (use_tfrt_distributed_runtime_) { in EnableCollectiveOps()