Home
last modified time | relevance | path

Searched defs:tmp_weight (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dconvolution_depthwise_int8_coder.cc51 …int8_t *tmp_weight = reinterpret_cast<int8_t *>(allocator_->Malloc(kNumberTypeInt8, kOnlineSize, k… in InitWeightBias() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dconvolution_depthwise_int8.cc45 auto tmp_weight = reinterpret_cast<int8_t *>(malloc(pack_weight_size * sizeof(int8_t))); in InitWeightBias() local
Dconvolution_depthwise_3x3_int8.cc58 auto tmp_weight = reinterpret_cast<int8_t *>(malloc(pack_weight_size * sizeof(int8_t))); in InitWeightBias() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpack_fp32.c163 float *tmp_weight, const float *src) { in PackNHWCToNXHWCXFp32()
235 float *tmp_weight, const float *src) { in SWPackNHWCToNXHWCXFp32()