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

  /external/tensorflow/tensorflow/core/graph/
graph_constructor_test.cc     [all...]
graph_constructor.h 120 // `ImportGraphDef()`. The `return_nodes` field will be populated with the
127 // returned. `return_nodes` must be empty if `skip_mapped_nodes` is true.
129 std::vector<string> return_nodes; member in struct:tensorflow::ImportGraphDefOptions
152 // The requested nodes associated with ImportGraphDefOptions::return_nodes.
153 std::vector<Node*> return_nodes; member in struct:tensorflow::ImportGraphDefResults
graph_constructor.cc 85 return_nodes(in.return_nodes),
100 std::vector<string> return_nodes; member in struct:tensorflow::__anon39617::GraphConstructor::Options
122 std::vector<Node*>* return_nodes,
130 return_tensors, return_nodes,
143 std::vector<Node*>* return_nodes,
154 return_nodes_(return_nodes),
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_internal.h 148 std::vector<TF_Operation*> return_nodes; member in struct:TF_ImportGraphDefResults
c_api.cc     [all...]

Completed in 82 milliseconds