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