Searched refs:set_graph_handle (Results 1 – 5 of 5) sorted by relevance
311 void InMemoryRunGraphRequest::set_graph_handle(const string& handle) { in set_graph_handle() function in tensorflow::InMemoryRunGraphRequest401 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::MutableProtoRunGraphRequest440 request_.set_graph_handle(handle); in set_graph_handle()
306 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;
187 req->set_graph_handle(function_data->graph_handle); in Run()
74 run_graph_request->set_graph_handle("graph_handle"); in BuildRunGraphRequest()
632 c->req->set_graph_handle(part.graph_handle); in RunPartitionsHelper()1049 c->req.set_graph_handle(part.graph_handle); in DeregisterPartitions()