Home
last modified time | relevance | path

Searched defs:CloseSession (Results 1 – 8 of 8) 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.cc275 Status SingleMachine::CloseSession(bool use_timeout) { in CloseSession() function in tensorflow::grappler::SingleMachine
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dweb_transport_http3.cc87 void WebTransportHttp3::CloseSession(WebTransportSessionError error_code, in CloseSession() function in quic::WebTransportHttp3
/external/tensorflow/tensorflow/core/distributed_runtime/
Dlocal_master.cc120 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.cc557 void Master::CloseSession(const CloseSessionRequest* req, in CloseSession() function in tensorflow::Master