Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto103 rpc CloseSession(CloseSessionRequest) returns (CloseSessionResponse); rpc
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service_impl.cc107 ::grpc::Status MasterService::Stub::CloseSession( in CloseSession() function in tensorflow::grpc::MasterService::Stub
Dgrpc_remote_master.cc75 Status CloseSession(CallOptions* call_options, in CloseSession() function in tensorflow::GrpcRemoteMaster
/external/tensorflow/tensorflow/core/grappler/clusters/
Dsingle_machine.cc273 Status SingleMachine::CloseSession(bool use_timeout) { in CloseSession() function in tensorflow::grappler::SingleMachine
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc118 Status LocalMaster::CloseSession(CallOptions* call_options, in CloseSession() function in tensorflow::LocalMaster
Dmaster_test.cc124 Status CloseSession(const string& handle) { in CloseSession() function in tensorflow::MasterTest
Dmaster.cc559 void Master::CloseSession(const CloseSessionRequest* req, in CloseSession() function in tensorflow::Master