Home
last modified time | relevance | path

Searched defs:shapeSize (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/common/
Dtensor_util.cc219 size_t shapeSize = 1; in GetShapeSize() local
257 size_t shapeSize = 1; in GetShapeSize() local
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dquantize_util.cc89 …size_t shapeSize = std::accumulate(weight_shape.begin(), weight_shape.end(), 1, std::multiplies<in… in CanConvOpQuantized() local
194 …size_t shapeSize = std::accumulate(weight_shape.begin(), weight_shape.end(), 1, std::multiplies<in… in CanMulOpQuantized() local
229 …size_t shapeSize = std::accumulate(weight_shape.begin(), weight_shape.end(), 1, std::multiplies<in… in CanTensorQuantized() local
/third_party/mindspore/mindspore/lite/tools/benchmark/
Dbenchmark_base.h231 size_t shapeSize = 1; in CompareData() local