Searched refs:size_reduction (Results 1 – 1 of 1) sorted by relevance
648 const int size_reduction = shape->dimensions_count() - new_shape_size; in UnextendShape() local649 for (int i = 0; i < size_reduction; i++) { in UnextendShape()653 shape_dims.erase(shape_dims.begin(), shape_dims.begin() + size_reduction); in UnextendShape()