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.cc309 void InMemoryRunGraphRequest::set_graph_handle(const string& handle) { in set_graph_handle() function in tensorflow::InMemoryRunGraphRequest
405 proto_version_->set_graph_handle(graph_handle()); in ToProto()
446 void MutableProtoRunGraphRequest::set_graph_handle(const string& handle) { in set_graph_handle() function in tensorflow::MutableProtoRunGraphRequest
447 request_.set_graph_handle(handle); in set_graph_handle()
Dmessage_wrappers.h311 virtual void set_graph_handle(const string& handle) = 0;
353 void set_graph_handle(const string& handle) override;
413 void set_graph_handle(const string& handle) override;
Dmessage_wrappers_test.cc74 run_graph_request->set_graph_handle("graph_handle"); in BuildRunGraphRequest()
Dcluster_function_library_runtime.cc278 req->set_graph_handle(function_data->graph_handle); in Run()
Dmaster_session.cc684 c->req->set_graph_handle(part.graph_handle); in RunPartitionsHelper()
1106 c->req.set_graph_handle(part.graph_handle); in DeregisterPartitions()