Home
last modified time | relevance | path

Searched defs:packed_weight_ (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/wrapper/int8/
Dconv1x1_init_int8_wrapper.c31 int8_t *packed_weight_ = (int8_t *)(malloc(size)); in Conv1x1Init() local
53 int8_t *packed_weight_ = (int8_t *)(malloc(size)); in Conv1x1Init() local
Dconv_init_int8_wrapper.c25 int8_t *packed_weight_ = NULL; in ConvInit() local
Dconvolution_int8_wrapper.h29 int8_t *packed_weight_; member
Dconv1x1_run_int8_wrapper.h31 int8_t *packed_weight_; member
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dconvolution_depthwise_int8.h42 int16_t *packed_weight_ = nullptr; variable
Dconvolution_depthwise_3x3_int8.h43 int16_t *packed_weight_ = nullptr; variable
Ddeconvolution_depthwise_int8.h44 int16_t *packed_weight_ = nullptr; variable
Dconvolution_depthwise_slidewindow_int8.h49 int16_t *packed_weight_ = nullptr; variable
Dconvolution_int8.h76 int8_t *packed_weight_ = nullptr; variable
Dconvolution_1x1_int8.h73 int8_t *packed_weight_ = nullptr; variable
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/fp32/
Ddeconvolution_fp32_wrapper.h26 const float *packed_weight_; member
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dconvolution_base.h78 void *packed_weight_ = nullptr; variable
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c965 void PackDepthwiseInt8Weight(const int8_t *origin_weight, int16_t *packed_weight_, int plane, int c… in PackDepthwiseInt8Weight()
984 void PackDeconvDepthwiseInt8Weight(const int8_t *origin_weight, int16_t *packed_weight_, int plane,… in PackDeconvDepthwiseInt8Weight()