Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla_util.cc410 absl::flat_hash_map<int, Node*> const_input_index_to_mutable_node; in PropagateConstIntoAndAroundWhileNode() local
452 const_input_index_to_mutable_node[i] = input_edge->src(); in PropagateConstIntoAndAroundWhileNode()
469 for (const auto& it : const_input_index_to_mutable_node) { in PropagateConstIntoAndAroundWhileNode()