Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc1613 std::vector<HloInstruction*> new_start_indices; 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()
1625 dot->shape(), memoized_inst, new_start_indices, in OptimizeDotOfGather()