Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dconditional_simplifier.cc228 const int new_tuple_shapes_size = in RemoveUnusedTupleElements() local
230 if (new_tuple_shapes_size == old_tuple_shapes_size) { in RemoveUnusedTupleElements()
238 for (int new_index = 0; new_index < new_tuple_shapes_size; ++new_index) { in RemoveUnusedTupleElements()
249 new_tuple_shapes.reserve(new_tuple_shapes_size); in RemoveUnusedTupleElements()
250 for (int new_index = 0; new_index < new_tuple_shapes_size; ++new_index) { in RemoveUnusedTupleElements()