Home
last modified time | relevance | path

Searched defs:weights1 (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc96 const __m128i& weights1, in WriteSmoothDirectionalSum16()
767 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x4_SSE4_1() local
806 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x8_SSE4_1() local
832 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x16_SSE4_1() local
868 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x32_SSE4_1() local
920 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x64_SSE4_1() local
952 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x8_SSE4_1() local
990 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x16_SSE4_1() local
1038 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x32_SSE4_1() local
1107 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x64_SSE4_1() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc2071 auto weights1 = builder.AddInstruction( in TEST_F() local
2575 auto weights1 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h515 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl() local
596 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc3059 Output weights1 = ops::Const(s.WithOpName("weights1"), in TEST_F() local