Home
last modified time | relevance | path

Searched refs:GetDistributedManager (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dimmediate_execution_context.h219 virtual ImmediateExecutionDistributedManager* GetDistributedManager() = 0;
Dc_api.cc194 tensorflow::unwrap(ctx)->GetDistributedManager()->SetOrUpdateServerDef( in TFE_ContextSetServerDef()
221 tensorflow::unwrap(ctx)->GetDistributedManager()->SetOrUpdateServerDef( in TFE_ContextUpdateServerDef()
236 tensorflow::unwrap(ctx)->GetDistributedManager()->CheckRemoteAlive( in TFE_ContextCheckAlive()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h454 ImmediateExecutionDistributedManager* GetDistributedManager() override { in GetDistributedManager() function
/external/tensorflow/tensorflow/c/
Dc_api_experimental.cc511 tensorflow::unwrap(ctx)->GetDistributedManager()->EnableCollectiveOps( in TFE_EnableCollectiveOps()