Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/x86/
Dintrapred_smooth_sse4.cc86 const __m128i& pixels2, const __m128i& weights1, const __m128i& weights2, in WriteSmoothDirectionalSum16()
782 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x4_SSE4_1() local
822 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x8_SSE4_1() local
849 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x16_SSE4_1() local
886 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x32_SSE4_1() local
939 const __m128i weights1 = _mm_cvtepu8_epi16(weights); in SmoothHorizontal16x64_SSE4_1() local
972 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x8_SSE4_1() local
1011 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x16_SSE4_1() local
1060 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x32_SSE4_1() local
1130 const __m128i weights1 = _mm_cvtepu8_epi16(weights_lo); in SmoothHorizontal32x64_SSE4_1() local
[all …]
/external/libaom/aom_dsp/x86/
Dintrapred_ssse3.c1081 const __m128i weights1, const __m128i weights2, in write_smooth_directional_sum16()
1283 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_v_predictor_8x16_ssse3() local
1322 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_8x32_ssse3() local
1501 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_16x32_ssse3() local
1656 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_v_predictor_32x16_ssse3() local
1709 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_32x32_ssse3() local
1850 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_v_predictor_64x16_ssse3() local
1925 const __m128i weights1 = cvtepu8_epi16(weights_lo); in aom_smooth_v_predictor_64x32_ssse3() local
2398 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_h_predictor_16x4_ssse3() local
2436 const __m128i weights1 = cvtepu8_epi16(weights); in aom_smooth_h_predictor_16x8_ssse3() local
[all …]
/external/ComputeLibrary/examples/
Dneon_cnn.cpp245 Tensor weights1{}; member in NEONCNNExample
/external/armnn/src/armnn/test/
DSubgraphViewTests.cpp1598 Layer* const weights1 = graph.AddLayer<ConstantLayer>("weights1"); variable
1671 Layer* const weights1 = graph.AddLayer<ConstantLayer>("weights1"); variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc2149 auto weights1 = builder.AddInstruction( in TEST_F() local
2714 auto weights1 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h451 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl() local
532 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); in ShuffledFullyConnectedWorkerImpl() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc3518 Output weights1 = ops::Const(s.WithOpName("weights1"), in TEST_F() local