Home
last modified time | relevance | path

Searched refs:target_node_names (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/cc/client/
Dclient_session.cc120 std::vector<string> target_node_names; in Run() local
121 target_node_names.reserve(run_outputs.size()); in Run()
123 target_node_names.push_back(output.node()->name()); in Run()
127 target_node_names, outputs, run_metadata); in Run()
146 std::vector<string> target_node_names; in Run() local
147 target_node_names.reserve(run_outputs.size()); in Run()
149 target_node_names.push_back(output.node()->name()); in Run()
153 target_node_names, outputs, run_metadata, in Run()
/external/tensorflow/tensorflow/python/client/
Dsession_ref.cc122 const std::vector<string>& target_node_names, in RecordRun() argument
125 target_node_names, outputs, nullptr); in RecordRun()
131 const std::vector<string>& target_node_names, in RecordRun() argument
155 for (const string& target : target_node_names) { in RecordRun()
160 RUN_WITH_TIMESTAMP(Run, inputs, output_tensor_names, target_node_names, in RecordRun()
164 target_node_names, outputs, run_metadata); in RecordRun()
412 const std::vector<string>& target_node_names, in Run() argument
416 target_node_names, outputs, run_metadata); in Run()
421 const std::vector<string>& target_node_names, in Run() argument
423 LOG_AND_RUN_OPERATION(Run, inputs, output_tensor_names, target_node_names, in Run()
Dsession_ref.h43 const std::vector<string>& target_node_names,
54 const std::vector<string>& target_node_names,
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.cc296 const gtl::ArraySlice<string>& target_node_names, in RewriteGraphForExecution() argument
328 target_node_names, out_metadata); in RewriteGraphForExecution()
341 const gtl::ArraySlice<string>& target_node_names, in RewriteGraphForExecution() argument
343 if (fetch_rewrites.empty() && target_node_names.empty()) { in RewriteGraphForExecution()
390 if (!fetch_nodes.empty() || !target_node_names.empty()) { in RewriteGraphForExecution()
392 PruneForTargets(g, name_index, fetch_nodes, target_node_names)); in RewriteGraphForExecution()
Dsubgraph.h103 const gtl::ArraySlice<string>& target_node_names,
112 const gtl::ArraySlice<string>& target_node_names,
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.h73 const std::vector<string>& target_node_names,
78 const std::vector<string>& target_node_names,
135 const std::vector<string>& target_node_names,
Dgrpc_session.cc203 const std::vector<string>& target_node_names, std::vector<Tensor>* outputs, in RunHelper() argument
238 for (const string& target : target_node_names) { in RunHelper()
289 const std::vector<string>& target_node_names, in Run() argument
292 return RunHelper(run_options, inputs, output_tensor_names, target_node_names, in Run()
298 const std::vector<string>& target_node_names, in Run() argument
302 return Run(run_options, inputs, output_tensor_names, target_node_names, in Run()
/external/tensorflow/tensorflow/core/public/
Dsession.h136 const std::vector<std::string>& target_node_names,
174 const std::vector<std::string>& target_node_names,
183 const std::vector<std::string>& target_node_names, in Run() argument
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc154 const std::vector<string>& target_node_names, in RunOnce() argument
169 for (const string& target_node_name : target_node_names) { in RunOnce()
320 const std::vector<string>& target_node_names, in Run() argument
322 return wrapped_->Run(inputs, output_tensor_names, target_node_names, in Run()
345 const std::vector<string>& target_node_names, in Run() argument
348 target_node_names, outputs, run_metadata); in Run()
/external/tensorflow/tensorflow/core/common_runtime/
Dsession.cc40 const std::vector<string>& target_node_names, in Run() argument
Dgraph_execution_state.cc590 std::vector<string> target_node_names( in PruneGraph() local
594 graph, feed_rewrites, fetch_rewrites, target_node_names, in PruneGraph()