Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h264 const int size_increase = new_shape_size - shape.DimensionsCount(); in RuntimeShape() local
265 for (int i = 0; i < size_increase; ++i) { in RuntimeShape()
268 std::memcpy(DimsData() + size_increase, shape.DimsData(), in RuntimeShape()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h280 const int size_increase = new_shape_size - shape.DimensionsCount(); in RuntimeShape() local
281 for (int i = 0; i < size_increase; ++i) { in RuntimeShape()
284 std::memcpy(DimsData() + size_increase, shape.DimsData(), in RuntimeShape()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc612 const int size_increase = new_shape_size - shape->dimensions_count(); in ExtendShape() local
614 shape_dims->insert(shape_dims->begin(), size_increase, 1); in ExtendShape()