Searched refs:TryToReorderSliceAndReshape (Results 1 – 1 of 1) sorted by relevance
429 StatusOr<bool> TryToReorderSliceAndReshape(HloInstruction* slice);2767 StatusOr<bool> AlgebraicSimplifierVisitor::TryToReorderSliceAndReshape( in TryToReorderSliceAndReshape() function in xla::AlgebraicSimplifierVisitor2867 TF_ASSIGN_OR_RETURN(replaced, TryToReorderSliceAndReshape(slice)); in HandleSlice()