Home
last modified time | relevance | path

Searched refs:set_graph_handle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc311 void InMemoryRunGraphRequest::set_graph_handle(const string& handle) { in set_graph_handle() function in tensorflow::InMemoryRunGraphRequest
401 proto_version_->set_graph_handle(graph_handle()); in ToProto()
439 void MutableProtoRunGraphRequest::set_graph_handle(const string& handle) { in set_graph_handle() function in tensorflow::MutableProtoRunGraphRequest
440 request_.set_graph_handle(handle); in set_graph_handle()
Dmessage_wrappers.h306 virtual void set_graph_handle(const string& handle) = 0;
346 void set_graph_handle(const string& handle) override;
403 void set_graph_handle(const string& handle) override;
Dcluster_function_library_runtime.cc187 req->set_graph_handle(function_data->graph_handle); in Run()
Dmessage_wrappers_test.cc74 run_graph_request->set_graph_handle("graph_handle"); in BuildRunGraphRequest()
Dmaster_session.cc632 c->req->set_graph_handle(part.graph_handle); in RunPartitionsHelper()
1049 c->req.set_graph_handle(part.graph_handle); in DeregisterPartitions()