Home
last modified time | relevance | path

Searched refs:weights3 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c508 static const uint8_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
512 NULL, NULL, weights2, weights3, weights4 in interpolate()
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py347 weights3 = variables.Variable(
352 logits = math_ops.matmul(hidden2, weights3) + biases3
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1243 static const deUint16 weights3[8] = { 0, 9, 18, 27, 37, 46, 55, 64 }; variable
1460 const deUint16* weights[] = {weights2, weights3, weights4}; in interpolate()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1337 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
1348 vmull_s8(vget_low_s8(weights3), vget_low_s8(input)); in ShuffledFullyConnectedWorkerImpl()
1356 vmlal_s8(local_accum3, vget_high_s8(weights3), vget_high_s8(input)); in ShuffledFullyConnectedWorkerImpl()
1418 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
1430 local_accum3 = vmull_s8(vget_low_s8(weights3), vget_low_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl()
1438 vmlal_s8(local_accum3, vget_high_s8(weights3), vget_high_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1393 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
1404 vmull_s8(vget_low_s8(weights3), vget_low_s8(input)); in ShuffledFullyConnectedWorkerImpl()
1412 vmlal_s8(local_accum3, vget_high_s8(weights3), vget_high_s8(input)); in ShuffledFullyConnectedWorkerImpl()
1474 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
1486 local_accum3 = vmull_s8(vget_low_s8(weights3), vget_low_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl()
1494 vmlal_s8(local_accum3, vget_high_s8(weights3), vget_high_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl()
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2525 weights3 = variables.VariableV1(
2530 logits = math_ops.matmul(hidden2, weights3) + biases3