Searched refs:SoftmaxQuantArg (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | quantize.h | 92 typedef struct SoftmaxQuantArg { struct 100 } SoftmaxQuantArg; argument
|
D | softmax_int8.h | 30 const SoftmaxQuantArg *quant_param, const SoftmaxParameter *parameter);
|
D | softmax_int8.c | 21 const SoftmaxQuantArg *quant_param, const SoftmaxParameter *parameter) { in SoftmaxInt8()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | softmax_int8.cc | 44 quant_param_ = reinterpret_cast<SoftmaxQuantArg *>(malloc(sizeof(SoftmaxQuantArg))); in Init()
|
D | softmax_int8.h | 40 SoftmaxQuantArg *quant_param_ = nullptr;
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/base/ |
D | softmax_base_coder.h | 45 SoftmaxQuantArg quant_params_{};
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/serializers/nnacl_serializer/ |
D | nnacl_int8_serializer.h | 48 void CodeStruct(const std::string &name, const SoftmaxQuantArg &softmax_quant_parameter);
|
D | nnacl_int8_serializer.cc | 142 void NNaclInt8Serializer::CodeStruct(const std::string &name, const SoftmaxQuantArg &softmax_quant_… in CodeStruct()
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/ |
D | net.c | 159 const SoftmaxQuantArg quant_args = {{1.073398709297180176, 20}, {0.00390625, -128}, -128, 127, 1152… in Inference()
|