Home
last modified time | relevance | path

Searched refs:shuffled_weights_ptr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h225 const int8_t* shuffled_weights_ptr = in ShuffledFullyConnected() local
239 int8_t weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnected()
265 const int8_t* shuffled_weights_ptr = in ShuffledFullyConnected() local
286 int8_t weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnected()
292 shuffled_weights_ptr += 64; in ShuffledFullyConnected()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h503 const int8* shuffled_weights_ptr = shuffled_weights_data; in ShuffledFullyConnectedWorkerImpl() local
514 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 …]