Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dconstant_folding.cc446 std::map<NodeAndOutput, NodeAndOutput>* tensors_to_fetch, in GetConstantGraph() argument
466 tensors_to_fetch->insert( in GetConstantGraph()
474 tensors_to_fetch->insert( in GetConstantGraph()
619 std::map<NodeAndOutput, NodeAndOutput> tensors_to_fetch; in ConstantFold() local
622 &tensors_to_fetch, generate_new_name)); in ConstantFold()
625 if (tensors_to_fetch.empty()) { in ConstantFold()
639 tensors_to_fetch.begin(), tensors_to_fetch.end()); in ConstantFold()