HomeSort by relevance Sort by last modified time
    Searched refs:return_tensors (Results 1 - 5 of 5) 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<TensorId> return_tensors; member in struct:tensorflow::ImportGraphDefOptions
126 // Unlike `return_tensors`, `input_map` has no effect on the nodes
146 // ImportGraphDefOptions::return_tensors. Note that the index may be different
150 std::vector<std::pair<Node*, Index>> return_tensors; member in struct:tensorflow::ImportGraphDefResults
170 // `results` must be non-null if `opts.return_tensors` or `opts.result_nodes` is
graph_constructor_test.cc     [all...]
graph_constructor.cc 84 return_tensors(in.return_tensors),
99 std::vector<TensorId> return_tensors; member in struct:tensorflow::__anon39617::GraphConstructor::Options
121 std::vector<std::pair<Node*, int>>* return_tensors,
130 return_tensors, return_nodes,
142 std::vector<std::pair<Node*, int>>* return_tensors,
153 return_tensors_(return_tensors),
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_internal.h 147 std::vector<TF_Output> return_tensors; member in struct:TF_ImportGraphDefResults
c_api.cc     [all...]

Completed in 95 milliseconds