Home
last modified time | relevance | path

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

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