Searched refs:CreateMasterContext (Results 1 – 6 of 6) sorted by relevance
37 Status GrpcEagerServiceImpl::CreateMasterContext( in CreateMasterContext() function in tensorflow::eager::GrpcEagerServiceImpl39 return local_impl_.CreateMasterContext(context_id, context); in CreateMasterContext()
48 Status CreateMasterContext(const tensorflow::uint64 context_id,
87 Status CreateMasterContext(const tensorflow::uint64 context_id,118 static ServerContext* CreateMasterContext(tensorflow::EagerContext* ctx, in CreateMasterContext() function
410 Status EagerServiceImpl::CreateMasterContext( in CreateMasterContext() function in tensorflow::eager::EagerServiceImpl422 ServerContext::CreateMasterContext(context, env_); in CreateMasterContext()
1253 TF_ASSERT_OK(eager_service_impl.CreateMasterContext(context_id, ctx)); in TEST_F()
428 return eager_service->CreateMasterContext(context_id, context); in AddMasterEagerContextToEagerService()