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.cc52 void InMemoryRunStepRequest::set_partial_run_handle(const string& handle) { in set_partial_run_handle() function in tensorflow::InMemoryRunStepRequest
117 proto_version_->set_partial_run_handle(partial_run_handle()); in ToProto()
144 void MutableProtoRunStepRequest::set_partial_run_handle(const string& handle) { in set_partial_run_handle() function in tensorflow::MutableProtoRunStepRequest
145 request_.set_partial_run_handle(handle); in set_partial_run_handle()
Dmessage_wrappers.h105 virtual void set_partial_run_handle(const string& handle) = 0;
136 void set_partial_run_handle(const string& handle) override;
187 void set_partial_run_handle(const string& handle) override;
Dmessage_wrappers_test.cc42 request->set_partial_run_handle("partial_handle"); in BuildRunStepRequest()
Dmaster_session.cc1543 resp->set_partial_run_handle(handle); in PartialRunSetup()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc272 op.mutable_partial_run_setup_response()->set_partial_run_handle(*handle); in RecordPRunSetup()
286 req->set_partial_run_handle(handle); in RecordPRun()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc202 req->set_partial_run_handle(prun_handle); in RunHelper()