Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dsort_simplifier.cc78 Shape new_sort_shape = new_shapes.size() == 1 in RemoveUnusedOperandFromSort() local
82 sort->CloneWithNewOperands(new_sort_shape, operands)); in RemoveUnusedOperandFromSort()
Dstable_sort_expander.cc105 Shape new_sort_shape = ShapeUtil::MakeTupleShape(new_shapes); in ExpandInstruction() local
107 sort->CloneWithNewOperands(new_sort_shape, new_operands)); in ExpandInstruction()