Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc712 Shape new_slice_shape = operands[i]->shape(); in HandleConcatenate() local
713 new_slice_shape.set_dimensions( in HandleConcatenate()
720 new_slice_shape, slice_operand, in HandleConcatenate()
2789 const Shape& new_slice_shape = new_slice_operand->shape(); in TryToReorderSliceAndReshape() local
2790 const int64 rank = new_slice_shape.rank(); in TryToReorderSliceAndReshape()
2793 std::vector<int64> new_slice_limits(new_slice_shape.dimensions().begin(), in TryToReorderSliceAndReshape()
2794 new_slice_shape.dimensions().end()); in TryToReorderSliceAndReshape()
2809 ShapeUtil::MakeShape(new_slice_shape.element_type(), in TryToReorderSliceAndReshape()