Home
last modified time | relevance | path

Searched defs:target_node_names (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/cc/client/
Dclient_session.cc120 std::vector<string> target_node_names; in Run() local
146 std::vector<string> target_node_names; in Run() local
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc123 const std::vector<string>& target_node_names, in RecordRun()
132 const std::vector<string>& target_node_names, in RecordRun()
413 const std::vector<string>& target_node_names, in Run()
422 const std::vector<string>& target_node_names, in Run()
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.cc296 const gtl::ArraySlice<string>& target_node_names, in RewriteGraphForExecution()
341 const gtl::ArraySlice<string>& target_node_names, in RewriteGraphForExecution()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc204 const std::vector<string>& target_node_names, std::vector<Tensor>* outputs, in RunHelper()
290 const std::vector<string>& target_node_names, in Run()
299 const std::vector<string>& target_node_names, in Run()
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc177 const std::vector<string>& target_node_names, in RunOnce()
348 const std::vector<string>& target_node_names, in Run()
373 const std::vector<string>& target_node_names, in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_execution_state.cc593 std::vector<string> target_node_names( in PruneGraph() local
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.cc878 absl::Span<const std::string> target_node_names, in RunByTensorNames()