Searched refs:size_increase (Results 1 – 3 of 3) sorted by relevance
280 const int size_increase = new_shape_size - shape.DimensionsCount(); in RuntimeShape() local281 for (int i = 0; i < size_increase; ++i) { in RuntimeShape()284 std::memcpy(DimsData() + size_increase, shape.DimsData(), in RuntimeShape()
264 const int size_increase = new_shape_size - shape.DimensionsCount(); in RuntimeShape() local265 for (int i = 0; i < size_increase; ++i) { in RuntimeShape()268 std::memcpy(DimsData() + size_increase, shape.DimsData(), in RuntimeShape()
612 const int size_increase = new_shape_size - shape->dimensions_count(); in ExtendShape() local614 shape_dims->insert(shape_dims->begin(), size_increase, 1); in ExtendShape()