Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc429 StatusOr<bool> TryToReorderSliceAndReshape(HloInstruction* slice);
2767 StatusOr<bool> AlgebraicSimplifierVisitor::TryToReorderSliceAndReshape( in TryToReorderSliceAndReshape() function in xla::AlgebraicSimplifierVisitor
2867 TF_ASSIGN_OR_RETURN(replaced, TryToReorderSliceAndReshape(slice)); in HandleSlice()