Searched refs:zero_start (Results 1 – 2 of 2) sorted by relevance
22 int zero_start, zero_end; in room_for_filename() local24 zero_start = find_next_zero_bit_le(bitmap, max_slots, bit_start); in room_for_filename()25 if (zero_start >= max_slots) in room_for_filename()28 zero_end = find_next_bit_le(bitmap, max_slots, zero_start + 1); in room_for_filename()30 if (zero_end - zero_start >= slots) in room_for_filename()31 return zero_start; in room_for_filename()
1611 HloInstruction* zero_start = in OptimizeDotOfGather() local1615 new_start_indices = {non_zero_start, zero_start}; in OptimizeDotOfGather()1617 new_start_indices = {zero_start, non_zero_start}; in OptimizeDotOfGather()