Home
last modified time | relevance | path

Searched refs:inputs_h (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/x86/
Dml_sse3.c25 const __m128 inputs_h = _mm_loadu_ps(&inputs[4]); in nn_propagate_8to1() local
31 const __m128 mul_h = _mm_mul_ps(inputs_h, weights_h); in nn_propagate_8to1()
113 const __m128 inputs_h = _mm_loadu_ps(inputs + 4); in nn_propagate_8to4() local
121 const __m128 mul_h = _mm_mul_ps(inputs_h, weight_h); in nn_propagate_8to4()
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent.py1847 inputs_h = inputs * dp_mask[2]
1851 inputs_h = inputs
1855 x_h = K.dot(inputs_h, self.kernel[:, self.units * 2:])
/external/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc12806 uint64_t inputs_h[] = {0xfedc, 0xfa55, 0x0011, 0x2233}; in TEST_SVE() local
12809 BitwiseShiftImmHelper(config, kHRegSize, inputs_h, shift_h[i]); in TEST_SVE()
12909 uint64_t inputs_h[] = {0xfedc, 0xfa55, 0x0011, 0x2233, in TEST_SVE() local
12919 inputs_h, in TEST_SVE()
12952 uint64_t inputs_h[] = {0xfedc, 0xfa55, 0x0011, 0x2233, in TEST_SVE() local
12962 inputs_h, in TEST_SVE()
12995 uint64_t inputs_h[] = {0xfedc, 0xfa55, 0x0011, 0x2233, in TEST_SVE() local
13006 inputs_h, in TEST_SVE()
15338 uint64_t inputs_h[] = {0x4800470046004500, 0x4400420040003c00}; in TEST_SVE() local
15339 InsrHelper(&masm, z0.VnD(), inputs_h); in TEST_SVE()