/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_test.cc | 80 Status ExtendSession(const string& handle, const GraphDef& def, in ExtendSession() function in tensorflow::MasterTest 88 const Status s = FromGrpcStatus(master_->ExtendSession(&ctx, req, &resp)); in ExtendSession() 187 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1)); in TEST_F() 199 ExtendSession("randombits", def_2, version_1, &version_2))); in TEST_F() 200 TF_ASSERT_OK(ExtendSession(handle, def_2, version_1, &version_2)); in TEST_F() 223 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1)); in TEST_F() 226 ExtendSession(handle, def_1, version_1, &version_2))); in TEST_F() 242 TF_ASSERT_OK(ExtendSession(handle, def_1, initial_version, &version_1)); in TEST_F() 245 ExtendSession(handle, def_1, initial_version, &version_1))); in TEST_F() 268 Status s = ExtendSession(handle, def_1, initial_version, &new_version); in TEST_F() [all …]
|
D | local_master.cc | 67 Status LocalMaster::ExtendSession(CallOptions* call_options, in ExtendSession() function in tensorflow::LocalMaster 72 master_impl_->ExtendSession(request, response, [&n, &ret](const Status& s) { in ExtendSession()
|
D | local_master.h | 47 Status ExtendSession(CallOptions* call_options,
|
D | master.h | 47 void ExtendSession(const ExtendSessionRequest* req,
|
D | master_interface.h | 40 virtual Status ExtendSession(CallOptions* call_options,
|
D | master.cc | 494 void Master::ExtendSession(const ExtendSessionRequest* req, in ExtendSession() function in tensorflow::Master
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service.cc | 106 ENQUEUE_REQUEST(ExtendSession, false); in HandleRPCsLoop() 166 master_impl_->ExtendSession(&call->request, &call->response, in ExtendSessionHandler() 170 ENQUEUE_REQUEST(ExtendSession, false); in ExtendSessionHandler()
|
D | grpc_remote_master.cc | 54 Status ExtendSession(CallOptions* call_options, in ExtendSession() function in tensorflow::GrpcRemoteMaster 58 &MasterServiceStub::ExtendSession); in ExtendSession()
|
D | grpc_master_service_impl.h | 48 virtual ::grpc::Status ExtendSession(::grpc::ClientContext* context, 82 ::grpc::Status ExtendSession(::grpc::ClientContext* context,
|
D | grpc_master_service_impl.cc | 86 ::grpc::Status MasterService::Stub::ExtendSession( in ExtendSession() function in tensorflow::grpc::MasterService::Stub
|
D | grpc_session.cc | 171 Status s = master_->ExtendSession(call_options, &req, &resp); in ExtendImpl()
|
/external/tensorflow/tensorflow/c/ |
D | python_api.h | 60 void ExtendSession(TF_Session* session, TF_Status* status);
|
D | python_api.cc | 80 void ExtendSession(TF_Session* session, TF_Status* status) { in ExtendSession() function
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master_service.proto | 61 // CreateSession call, and add nodes to the graph using ExtendSession. 94 rpc ExtendSession(ExtendSessionRequest) returns (ExtendSessionResponse); rpc
|
D | master.proto | 58 // to ExtendSession. 64 // ExtendSession method request/response protos. 75 // CreateSession or ExtendSession with the same session_handle. 100 // to ExtendSession.
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | symbols_pybind.txt | 232 tensorflow::ExtendSession
|
/external/tensorflow/tensorflow/python/client/ |
D | session.py | 1398 tf_session.ExtendSession(self._session)
|
D | tf_session_wrapper.cc | 388 tensorflow::ExtendSession(session, status.get()); in PYBIND11_MODULE()
|