Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1609 HloInstruction* non_zero_start = in OptimizeDotOfGather() local
1615 new_start_indices = {non_zero_start, zero_start}; in OptimizeDotOfGather()
1617 new_start_indices = {zero_start, non_zero_start}; in OptimizeDotOfGather()