Searched defs:weights3 (Results 1 – 4 of 4) 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
|
/external/deqp/framework/common/ |
D | tcuCompressedTexture.cpp | 1243 static const deUint16 weights3[8] = { 0, 9, 18, 27, 37, 46, 55, 64 }; variable
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 1337 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local 1418 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
|
/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 1474 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
|