Searched defs:return_tensors (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.h | 127 std::vector<SafeTensorId> return_tensors; member 165 std::vector<std::pair<Node*, Index>> return_tensors; member
|
D | graph_constructor.cc | 127 std::vector<TensorId> return_tensors; member 171 std::vector<std::pair<Node*, int>>* return_tensors, in GraphConstructor() 404 std::vector<std::pair<Node*, int>>* return_tensors, in NodeDefCopyingGraphConstructor() 431 ShapeRefiner* refiner, std::vector<std::pair<Node*, int>>* return_tensors, in NodeDefMovingGraphConstructor() 463 std::vector<std::pair<Node*, int>>* return_tensors, in Construct() 481 std::vector<std::pair<Node*, int>>* return_tensors, in Construct()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_internal.h | 145 std::vector<TF_Output> return_tensors; member
|