Searched refs:matching_existing_index (Results 1 – 1 of 1) sorted by relevance
3281 int64_t matching_existing_index = 0; in HandleInfeed() local3282 for (; matching_existing_index < per_branch_partitioned_shapes.size(); in HandleInfeed()3283 ++matching_existing_index) { in HandleInfeed()3286 per_branch_partitioned_shapes[matching_existing_index])) { in HandleInfeed()3290 if (matching_existing_index < per_branch_partitioned_shapes.size()) { in HandleInfeed()3291 conditional_branch_indices[i] = matching_existing_index; in HandleInfeed()3709 int64_t matching_existing_index = 0; in HandleOutfeed() local3710 for (; matching_existing_index < per_branch_partitioned_shapes.size(); in HandleOutfeed()3711 ++matching_existing_index) { in HandleOutfeed()3714 per_branch_partitioned_shapes[matching_existing_index])) { in HandleOutfeed()[all …]