Home
last modified time | relevance | path

Searched refs:weights_val (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dfully_connected.h245 int8 weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnected() local
246 accum[i] += weights_val * input_val; in ShuffledFullyConnected()
292 int8 weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnected() local
293 accum[i][b] += weights_val * input_val; in ShuffledFullyConnected()
Dreference_ops.h2135 int16 weights_val = in LstmCell() local
2137 accum += input_val * weights_val; in LstmCell()
/external/tensorflow/tensorflow/contrib/model_pruning/python/
Dpruning_test.py96 weights_val = weights.eval()
98 self.assertAllEqual(weights_val, masked_weights_val)
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1568 int8 weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnectedWorkerImpl()
1569 accum[i] += weights_val * input_val; in ShuffledFullyConnectedWorkerImpl()
1615 int8 weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnectedWorkerImpl()
1616 accum[i][b] += weights_val * input_val; in ShuffledFullyConnectedWorkerImpl()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1512 int8 weights_val = *shuffled_weights_ptr++; in ShuffledFullyConnectedWorkerImpl()
1513 accum[i] += weights_val * input_val; in ShuffledFullyConnectedWorkerImpl()
1559 int8 weights_val = shuffled_weights_ptr[16 * i + j]; in ShuffledFullyConnectedWorkerImpl()
1560 accum[i][b] += weights_val * input_val; in ShuffledFullyConnectedWorkerImpl()