Home
last modified time | relevance | path

Searched defs:use_tfrt_distributed_runtime (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dc_api_internal.h41 bool use_tfrt_distributed_runtime = false; member
H A Dc_api_experimental.cc542 TFE_ContextOptions* options, bool use_tfrt_distributed_runtime) { in TFE_ContextOptionsSetTfrtDistributedRuntime()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py1904 def use_tfrt_distributed_runtime(self): member in Context
1908 def use_tfrt_distributed_runtime(self, enable): member in Context
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.cc578 bool is_async, bool use_tfrt_distributed_runtime) in ContextInterface()