Searched refs:use_tfrt_distributed_runtime (Results 1 – 7 of 7) sorted by relevance
41 bool use_tfrt_distributed_runtime = false; member
542 TFE_ContextOptions* options, bool use_tfrt_distributed_runtime) { in TFE_ContextOptionsSetTfrtDistributedRuntime() argument543 options->use_tfrt_distributed_runtime = use_tfrt_distributed_runtime; in TFE_ContextOptionsSetTfrtDistributedRuntime()
299 TFE_ContextOptions* options, bool use_tfrt_distributed_runtime);
123 opts->async, opts->use_tfrt_distributed_runtime); in TFE_NewContext()
1904 def use_tfrt_distributed_runtime(self): member in Context1907 @use_tfrt_distributed_runtime.setter1908 def use_tfrt_distributed_runtime(self, enable): member in Context
72 bool is_async, bool use_tfrt_distributed_runtime);
578 bool is_async, bool use_tfrt_distributed_runtime) in ContextInterface() argument581 use_tfrt_distributed_runtime_(use_tfrt_distributed_runtime) { in ContextInterface()