Home
last modified time | relevance | path

Searched refs:SoftmaxQuantArg (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dquantize.h92 typedef struct SoftmaxQuantArg { struct
100 } SoftmaxQuantArg; argument
Dsoftmax_int8.h30 const SoftmaxQuantArg *quant_param, const SoftmaxParameter *parameter);
Dsoftmax_int8.c21 const SoftmaxQuantArg *quant_param, const SoftmaxParameter *parameter) { in SoftmaxInt8()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dsoftmax_int8.cc44 quant_param_ = reinterpret_cast<SoftmaxQuantArg *>(malloc(sizeof(SoftmaxQuantArg))); in Init()
Dsoftmax_int8.h40 SoftmaxQuantArg *quant_param_ = nullptr;
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/base/
Dsoftmax_base_coder.h45 SoftmaxQuantArg quant_params_{};
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/serializers/nnacl_serializer/
Dnnacl_int8_serializer.h48 void CodeStruct(const std::string &name, const SoftmaxQuantArg &softmax_quant_parameter);
Dnnacl_int8_serializer.cc142 void NNaclInt8Serializer::CodeStruct(const std::string &name, const SoftmaxQuantArg &softmax_quant_… in CodeStruct()
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
Dnet.c159 const SoftmaxQuantArg quant_args = {{1.073398709297180176, 20}, {0.00390625, -128}, -128, 127, 1152… in Inference()