Searched defs:tmp_weight (Results 1 – 4 of 4) sorted by relevance
51 …int8_t *tmp_weight = reinterpret_cast<int8_t *>(allocator_->Malloc(kNumberTypeInt8, kOnlineSize, k… in InitWeightBias() local
45 auto tmp_weight = reinterpret_cast<int8_t *>(malloc(pack_weight_size * sizeof(int8_t))); in InitWeightBias() local
58 auto tmp_weight = reinterpret_cast<int8_t *>(malloc(pack_weight_size * sizeof(int8_t))); in InitWeightBias() local
163 float *tmp_weight, const float *src) { in PackNHWCToNXHWCXFp32()235 float *tmp_weight, const float *src) { in SWPackNHWCToNXHWCXFp32()