Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dmdct.c99 const struct lc3_complex (*w1)[2] = w0 + n3, (*w2)[2] = w1 + n3; in fft_bf3() local
211 const float *w0 = lc3_mdct_win[dt][sr], *w1 = w0 + ns; in mdct_window() local
248 const struct lc3_complex *w0 = def->w, *w1 = w0 + n4; in mdct_pre_fft() local
278 const struct lc3_complex *w0 = def->w + n8, *w1 = w0 - 1; in mdct_post_fft() local
312 const struct lc3_complex *w0 = def->w, *w1 = w0 + n4; in imdct_pre_fft() local
343 const struct lc3_complex *w0 = def->w, *w1 = w0 + n4; in imdct_post_fft() local
376 const float *w2 = lc3_mdct_win[dt][sr], *w0 = w2 + 3*n4, *w1 = w0; in imdct_window() local
/packages/modules/NeuralNetworks/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
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
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
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_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
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java145 final int w1 = bigrams.keyAt(i); in addBigrams() local
195 final int w1 = bigrams.keyAt(i); in checkDictionary() local
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/srce/
Dsynthesis-dct8.c66 int32_t u1, v1, w1, w2, t; in default_mul_32s_32s_hi() local