Home
last modified time | relevance | path

Searched defs:w1 (Results 1 – 11 of 11) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_sample.c128 int32_t next, float w0, float w1) { in getSample_A()
138 int32_t next, float w0, float w1) { in getSample_L()
148 int32_t next, float w0, float w1) { in getSample_LA()
158 int32_t next, float w0, float w1) { in getSample_RGB()
168 int32_t next, float w0, float w1) { in getSample_565()
178 int32_t next, float w0, float w1) { in getSample_RGBA()
190 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()
[all …]
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dtranspose_conv2d_large.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable
Dgrouped_conv2d.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 2, 1}", [1, 2, 2, 1, 4, 3, 2, 1]) # weight variable
Dtranspose_conv2d.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dgrouped_conv2d_quant8_signed.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 2, 2, 1}", [1, 2, 2, 1, 4, 3, 2, 1]) # weight variable
Dtranspose_conv2d_quant8_signed.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable
55 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
Dtranspose_quant8_signed.mod.py21 w1 = Parameter("op2", "TENSOR_FLOAT32", "{16, 1, 1, 1}", [1] * 16) # weight variable
55 w1 = Parameter("op2", "TENSOR_FLOAT32", "{2, 3, 3, 1}", [1, 3, 5, 7, 9, 11, 13, 15, 17, 2, 4, 6, 8,… variable
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java225 FileWriter w1 = new FileWriter(new File(dir, "DropBoxTest@" + (before + 100000) + ".txt")); in testAddEntriesInTheFuture() local
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_buffer_queue-test.cpp279 constexpr uint32_t w1 = 10; in TEST_F() local
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp47 const float w1 = x * (1.0f - y); in GetTileCoords() local
/frameworks/native/opengl/libagl/
Dprimitives.cpp769 int32_t w1 = v1->window.w; in lerp_texcoords_w() local