Home
last modified time | relevance | path

Searched refs:tensors_to_fetch_sorted (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dconstant_folding.cc638 std::vector<std::pair<NodeAndOutput, NodeAndOutput>> tensors_to_fetch_sorted( in ConstantFold() local
640 std::sort(tensors_to_fetch_sorted.begin(), tensors_to_fetch_sorted.end(), in ConstantFold()
646 for (auto n : tensors_to_fetch_sorted) { in ConstantFold()