Home
last modified time | relevance | path

Searched defs:w3 (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dgrouped_conv2d.mod.py106 w3 = Parameter("op2", "TENSOR_FLOAT32", "{6, 1, 1, 3}", [1, 2, 3, 2, 1, 0, 2, 3, 3, 6, 6, 6, 9, 8, … variable
H A Dtranspose_conv2d.mod.py102 w3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 2}", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,… variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dgrouped_conv2d_quant8_signed.mod.py106 w3 = Parameter("op2", "TENSOR_FLOAT32", "{6, 1, 1, 3}", [1, 2, 3, 2, 1, 0, 2, 3, 3, 6, 6, 6, 9, 8, … variable
H A Dtranspose_conv2d_quant8_signed.mod.py137 w3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 2}", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,… variable
H A Dtranspose_quant8_signed.mod.py138 w3 = Parameter("op2", "TENSOR_FLOAT32", "{1, 3, 3, 2}", [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,… variable
/aosp12/frameworks/rs/driver/runtime/
H A Drs_sample.c190 float w0, float w1, float w2, float w3) { in getSample_A()
203 float w0, float w1, float w2, float w3) { in getSample_L()
216 float w0, float w1, float w2, float w3) { in getSample_LA()
229 float w0, float w1, float w2, float w3) { in getSample_RGB()
242 float w0, float w1, float w2, float w3) { in getSample_RGBA()
254 float w0, float w1, float w2, float w3) { in getSample_565()
318 getBilinearSample2D(const Allocation_t *alloc, float w0, float w1, float w2, float w3, in getBilinearSample2D()
498 float w3 = fracU * fracV; in sample_LOD_LinearPixel() local
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgamma_r.c153 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
/aosp12/frameworks/native/libs/vr/libdvr/tests/
H A Ddvr_buffer_queue-test.cpp333 constexpr uint32_t w3 = 30; in TEST_F() local
/aosp12/art/test/476-checker-ctor-fence-redun-elim/src/
H A DMain.java33 int w3; field in Base
/aosp12/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c169 w3 = 7.93650793650793650791708939493907380e-04L, variable
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Dreader.h319 const __m128i w3 = _mm_loadu_si128((const __m128i *)&whitespaces[3][0]); in SkipWhitespace_SIMD() local
/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp49 const float w3 = x * y; in GetTileCoords() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLES11Canvas.java323 float w3 = m[3] * x1 + m[7] * y1 + m[15]; in mapPoints() local