HomeSort by relevance Sort by last modified time
    Searched defs:return_tensors (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/graph/
graph_constructor.h 108 // `return_tensors` field will be populated with the imported nodes in `g`.
115 std::vector<SafeTensorId> return_tensors; member in struct:tensorflow::ImportGraphDefOptions
126 // Unlike `return_tensors`, `input_map` has no effect on the nodes
149 // ImportGraphDefOptions::return_tensors. Note that the index may be different
153 std::vector<std::pair<Node*, Index>> return_tensors; member in struct:tensorflow::ImportGraphDefResults
173 // `results` must be non-null if `opts.return_tensors` or `opts.result_nodes` is
graph_constructor.cc 87 return_tensors(in.return_tensors.begin(), in.return_tensors.end()),
103 std::vector<TensorId> return_tensors; member in struct:tensorflow::__anon45035::GraphConstructor::Options
127 std::vector<std::pair<Node*, int>>* return_tensors,
136 return_tensors, return_nodes,
148 std::vector<std::pair<Node*, int>>* return_tensors,
159 return_tensors_(return_tensors),
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_internal.h 153 std::vector<TF_Output> return_tensors; member in struct:TF_ImportGraphDefResults

Completed in 369 milliseconds