Searched refs:shuffled_weights_ptr (Results 1 – 2 of 2) sorted by relevance
225 const int8_t* shuffled_weights_ptr = in ShuffledFullyConnected() local239 int8_t weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnected()265 const int8_t* shuffled_weights_ptr = in ShuffledFullyConnected() local286 int8_t weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnected()292 shuffled_weights_ptr += 64; in ShuffledFullyConnected()
503 const int8* shuffled_weights_ptr = shuffled_weights_data; in ShuffledFullyConnectedWorkerImpl() local514 int8x16_t weights0 = vld1q_s8(shuffled_weights_ptr + 0); in ShuffledFullyConnectedWorkerImpl()515 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl()516 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl()517 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl()518 shuffled_weights_ptr += 64; in ShuffledFullyConnectedWorkerImpl()595 int8x16_t weights0 = vld1q_s8(shuffled_weights_ptr + 0); in ShuffledFullyConnectedWorkerImpl()596 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl()597 int8x16_t weights2 = vld1q_s8(shuffled_weights_ptr + 32); in ShuffledFullyConnectedWorkerImpl()598 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl()[all …]