Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/
Dtensor.h26 struct LiteQuantParam { struct
27 double scale;
28 int32_t zeroPoint;
31 bool inited;
33 int bitNum;
34 int roundType;
35 int multiplier;
36 int dstDtype;
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dtensor.h26 struct LiteQuantParam { struct
27 double scale;
28 int32_t zeroPoint;
31 bool inited;
33 int bitNum;
34 int roundType;
35 int multiplier;
36 int dstDtype;
/third_party/mindspore/mindspore/lite/src/
Dtensor.h42 struct LiteQuantParam { struct
43 double scale;
44 int32_t zeroPoint;