Home
last modified time | relevance | path

Searched defs:ExtendSession (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto94 rpc ExtendSession(ExtendSessionRequest) returns (ExtendSessionResponse); rpc
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service_impl.cc86 ::grpc::Status MasterService::Stub::ExtendSession( in ExtendSession() function in tensorflow::grpc::MasterService::Stub
Dgrpc_remote_master.cc54 Status ExtendSession(CallOptions* call_options, in ExtendSession() function in tensorflow::GrpcRemoteMaster
/external/tensorflow/tensorflow/c/
Dpython_api.cc80 void ExtendSession(TF_Session* session, TF_Status* status) { in ExtendSession() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc67 Status LocalMaster::ExtendSession(CallOptions* call_options, in ExtendSession() function in tensorflow::LocalMaster
Dmaster_test.cc80 Status ExtendSession(const string& handle, const GraphDef& def, in ExtendSession() function in tensorflow::MasterTest
Dmaster.cc494 void Master::ExtendSession(const ExtendSessionRequest* req, in ExtendSession() function in tensorflow::Master