Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc977 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x8_SSE4_1() local
981 const __m128i inverted_weights3 = _mm_sub_epi16(scale, weights3); in SmoothHorizontal32x8_SSE4_1()
998 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x8_SSE4_1()
1015 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x16_SSE4_1() local
1019 const __m128i inverted_weights3 = _mm_sub_epi16(scale, weights3); in SmoothHorizontal32x16_SSE4_1()
1036 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x16_SSE4_1()
1047 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x16_SSE4_1()
1063 const __m128i weights3 = _mm_cvtepu8_epi16(weights_hi); in SmoothHorizontal32x32_SSE4_1() local
1067 const __m128i inverted_weights3 = _mm_sub_epi16(scale, weights3); in SmoothHorizontal32x32_SSE4_1()
1086 WriteSmoothDirectionalSum16(dst + 16, left_y, left_y, weights3, weights4, in SmoothHorizontal32x32_SSE4_1()
[all …]
/external/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h505 static const uint8_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
509 NULL, NULL, weights2, weights3, weights4 in interpolate()
/external/tensorflow/tensorflow/python/framework/
Dmeta_graph_test.py370 weights3 = variables.Variable(
375 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.h453 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
464 vmull_s8(vget_low_s8(weights3), vget_low_s8(input)); in ShuffledFullyConnectedWorkerImpl()
472 vmlal_s8(local_accum3, vget_high_s8(weights3), vget_high_s8(input)); in ShuffledFullyConnectedWorkerImpl()
534 int8x16_t weights3 = vld1q_s8(shuffled_weights_ptr + 48); in ShuffledFullyConnectedWorkerImpl() local
546 local_accum3 = vmull_s8(vget_low_s8(weights3), vget_low_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl()
554 vmlal_s8(local_accum3, vget_high_s8(weights3), vget_high_s8(input##B)); \ in ShuffledFullyConnectedWorkerImpl()
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py2718 weights3 = variables.VariableV1(
2723 logits = math_ops.matmul(hidden2, weights3) + biases3