Home
last modified time | relevance | path

Searched refs:set_partial_run_handle (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc50 void InMemoryRunStepRequest::set_partial_run_handle(const string& handle) { in set_partial_run_handle() function in tensorflow::InMemoryRunStepRequest
115 proto_version_->set_partial_run_handle(partial_run_handle()); in ToProto()
142 void MutableProtoRunStepRequest::set_partial_run_handle(const string& handle) { in set_partial_run_handle() function in tensorflow::MutableProtoRunStepRequest
143 request_.set_partial_run_handle(handle); in set_partial_run_handle()
Dmessage_wrappers.h108 virtual void set_partial_run_handle(const string& handle) = 0;
139 void set_partial_run_handle(const string& handle) override;
190 void set_partial_run_handle(const string& handle) override;
Dmessage_wrappers_test.cc42 request->set_partial_run_handle("partial_handle"); in BuildRunStepRequest()
Dmaster_session.cc1635 resp->set_partial_run_handle(handle); in PartialRunSetup()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc273 op.mutable_partial_run_setup_response()->set_partial_run_handle(*handle); in RecordPRunSetup()
287 req->set_partial_run_handle(handle); in RecordPRun()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc219 req->set_partial_run_handle(prun_handle); in RunHelper()