Searched refs:weights3 (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_bptc.c | 508 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/ |
D | meta_graph_test.py | 347 weights3 = variables.Variable( 352 logits = math_ops.matmul(hidden2, weights3) + biases3
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1243 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/ |
D | optimized_ops.h | 1337 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/ |
D | optimized_ops.h | 1393 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/ |
D | saver_test.py | 2525 weights3 = variables.VariableV1( 2530 logits = math_ops.matmul(hidden2, weights3) + biases3
|