Home
last modified time | relevance | path

Searched refs:CreateMasterContext (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.cc37 Status GrpcEagerServiceImpl::CreateMasterContext( in CreateMasterContext() function in tensorflow::eager::GrpcEagerServiceImpl
39 return local_impl_.CreateMasterContext(context_id, context); in CreateMasterContext()
Dgrpc_eager_service_impl.h48 Status CreateMasterContext(const tensorflow::uint64 context_id,
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.h87 Status CreateMasterContext(const tensorflow::uint64 context_id,
118 static ServerContext* CreateMasterContext(tensorflow::EagerContext* ctx, in CreateMasterContext() function
Deager_service_impl.cc410 Status EagerServiceImpl::CreateMasterContext( in CreateMasterContext() function in tensorflow::eager::EagerServiceImpl
422 ServerContext::CreateMasterContext(context, env_); in CreateMasterContext()
Deager_service_impl_test.cc1253 TF_ASSERT_OK(eager_service_impl.CreateMasterContext(context_id, ctx)); in TEST_F()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.cc428 return eager_service->CreateMasterContext(context_id, context); in AddMasterEagerContextToEagerService()