Searched defs:return_tensors (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | graph_constructor.cc | 130 std::vector<TensorId> return_tensors; member 174 std::vector<std::pair<Node*, int>>* return_tensors, in GraphConstructor() 403 std::vector<std::pair<Node*, int>>* return_tensors, in NodeDefCopyingGraphConstructor() 430 ShapeRefiner* refiner, std::vector<std::pair<Node*, int>>* return_tensors, in NodeDefMovingGraphConstructor() 489 std::vector<std::pair<Node*, int>>* return_tensors, in Construct() 510 std::vector<std::pair<Node*, int>>* return_tensors, in Construct()
|
H A D | graph_constructor.h | 127 std::vector<SafeTensorId> return_tensors; member 165 std::vector<std::pair<Node*, Index>> return_tensors; member
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_api_internal.h | 145 std::vector<TF_Output> return_tensors; member
|