Home
last modified time | relevance | path

Searched refs:use_tfrt_distributed_runtime (Results 1 – 7 of 7) 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() argument
543 options->use_tfrt_distributed_runtime = use_tfrt_distributed_runtime; in TFE_ContextOptionsSetTfrtDistributedRuntime()
H A Dc_api_experimental.h299 TFE_ContextOptions* options, bool use_tfrt_distributed_runtime);
H A Dc_api.cc123 opts->async, opts->use_tfrt_distributed_runtime); in TFE_NewContext()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dcontext.py1904 def use_tfrt_distributed_runtime(self): member in Context
1907 @use_tfrt_distributed_runtime.setter
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.h72 bool is_async, bool use_tfrt_distributed_runtime);
H A Dc_api_tfrt.cc578 bool is_async, bool use_tfrt_distributed_runtime) in ContextInterface() argument
581 use_tfrt_distributed_runtime_(use_tfrt_distributed_runtime) { in ContextInterface()