HomeSort by relevance Sort by last modified time
    Searched refs:set_graph_handle (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/
message_wrappers.h 296 virtual void set_graph_handle(const string& handle) = 0;
331 void set_graph_handle(const string& handle) override;
382 void set_graph_handle(const string& handle) override;
cluster_function_library_runtime.cc 180 req.set_graph_handle(function_data->graph_handle);
message_wrappers.cc 293 void InMemoryRunGraphRequest::set_graph_handle(const string& handle) { function in class:tensorflow::InMemoryRunGraphRequest
367 proto_version_->set_graph_handle(graph_handle());
396 void MutableProtoRunGraphRequest::set_graph_handle(const string& handle) { function in class:tensorflow::MutableProtoRunGraphRequest
397 request_.set_graph_handle(handle);
message_wrappers_test.cc 74 run_graph_request->set_graph_handle("graph_handle");
master_session.cc 545 c->req->set_graph_handle(part.graph_handle);
    [all...]

Completed in 300 milliseconds