Searched defs:CloseSession (Results 1 – 7 of 7) sorted by relevance
103 rpc CloseSession(CloseSessionRequest) returns (CloseSessionResponse); rpc
107 ::grpc::Status MasterService::Stub::CloseSession( in CloseSession() function in tensorflow::grpc::MasterService::Stub
75 Status CloseSession(CallOptions* call_options, in CloseSession() function in tensorflow::GrpcRemoteMaster
274 Status SingleMachine::CloseSession(bool use_timeout) { in CloseSession() function in tensorflow::grappler::SingleMachine
120 Status LocalMaster::CloseSession(CallOptions* call_options, in CloseSession() function in tensorflow::LocalMaster
124 Status CloseSession(const string& handle) { in CloseSession() function in tensorflow::MasterTest
560 void Master::CloseSession(const CloseSessionRequest* req, in CloseSession() function in tensorflow::Master