Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2740 int64 next_operand_start = operand_start + operand->shape().dimensions(0); in TrySimplifyScalarSlice() local
2741 if (next_operand_start > slice->slice_starts(0)) { in TrySimplifyScalarSlice()
2744 operand_start = next_operand_start; in TrySimplifyScalarSlice()