Searched defs:CloseSession (Results 1 – 11 of 11) sorted by relevance
103 rpc CloseSession(CloseSessionRequest) returns (CloseSessionResponse); rpc
110 void CloseSession(webtransport::SessionErrorCode error_code, in CloseSession() function
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
94 void EncapsulatedSession::CloseSession(SessionErrorCode error_code, in CloseSession() function in webtransport::EncapsulatedSession
124 TEST_F(EncapsulatedWebTransportTest, CloseSession) { in TEST_F() argument
275 Status SingleMachine::CloseSession(bool use_timeout) { in CloseSession() function in tensorflow::grappler::SingleMachine
88 void WebTransportHttp3::CloseSession(WebTransportSessionError error_code, in CloseSession() function in quic::WebTransportHttp3
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
557 void Master::CloseSession(const CloseSessionRequest* req, in CloseSession() function in tensorflow::Master