Searched refs:new_start_indices (Results 1 – 1 of 1) sorted by relevance
1613 std::vector<HloInstruction*> new_start_indices; in OptimizeDotOfGather() local1615 new_start_indices = {non_zero_start, zero_start}; in OptimizeDotOfGather()1617 new_start_indices = {zero_start, non_zero_start}; in OptimizeDotOfGather()1625 dot->shape(), memoized_inst, new_start_indices, in OptimizeDotOfGather()