Home
last modified time | relevance | path

Searched refs:i7 (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Ds10_8pf.cpp568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; in search_10and8i40() local
780 for (i7 = ipos[7]; i7 < L_CODE; i7 += step) in search_10and8i40()
782 s = (Word32) rr[i7][i7] >> 1; in search_10and8i40()
783 s += (Word32) rr[i0][i7]; in search_10and8i40()
784 s += (Word32) rr[i1][i7]; in search_10and8i40()
785 s += (Word32) rr[i2][i7]; in search_10and8i40()
786 s += (Word32) rr[i3][i7]; in search_10and8i40()
787 s += (Word32) rr[i4][i7]; in search_10and8i40()
788 s += (Word32) rr[i5][i7]; in search_10and8i40()
789 *(p_temp1++) = ps + dn[i7]; in search_10and8i40()
[all …]
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dconv2d_v1_2.mod.py170 i7 = Input("op1", "TENSOR_FLOAT32", "{1, 8, 8, 3}") variable
175 model_3_same = Model("3_H3_W2_SAME").Operation("CONV_2D", i7, f7, b7, 1, 1, 1, 0, layout).To(o7)
176 model_3_valid = Model("3_H3_W2_VALID").Operation("CONV_2D", i7, f7, b7, 2, 1, 1, 0, layout).To(o8)
179i7: [-0.869931, 0.644628, -0.918393, 0.153672, 0.868562, -0.358177, -0.134931, -0.247565, 0.22174,…
182i7: [-0.295335, -0.00387601, -0.552251, 0.166084, -0.28482, -0.152143, -0.719885, -0.869386, -0.74…
184 }, model=model_3_same).AddNchw(i7, o7, layout).AddVariations("relaxed", "float16")
187i7: [-0.869931, 0.644628, -0.918393, 0.153672, 0.868562, -0.358177, -0.134931, -0.247565, 0.22174,…
190i7: [-0.295335, -0.00387601, -0.552251, 0.166084, -0.28482, -0.152143, -0.719885, -0.869386, -0.74…
192 }, model=model_3_valid).AddNchw(i7, o8, layout).AddVariations("relaxed", "float16")
/frameworks/ml/nn/tools/test_generator/tests/P_vts_internal/
Dadd_internal.mod.py24 i7 = Input("i7", ("TENSOR_FLOAT32", [2])) # input 0 variable
51 model.Operation("ADD", i7, i8, act).To(o1)
61 i7: [0, 0],
/frameworks/ml/nn/tools/test_generator/tests/P_internal/
Dadd_internal.mod.py24 i7 = Input("i7", ("TENSOR_FLOAT32", [2])) # input 0 variable
51 model.Operation("ADD", i7, i8, act).To(o1)
61 i7: [0, 0],
Dstdout.txt.expect39 auto i7 = model->addOperand(&type0);
54 model->addOperation(ANEURALNETWORKS_ADD, {i7, i8, act}, {o1});
58 {i2, i6, i0, i1, i5, i3, i4, i7, i8},
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dconv_1_h3_w2_SAME.mod.py5 i7 = Int32Scalar("b7", 0) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_1_h3_w2_VALID.mod.py5 i7 = Int32Scalar("b7", 0) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_3_h3_w2_VALID.mod.py5 i7 = Int32Scalar("b7", 0) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_3_h3_w2_SAME.mod.py5 i7 = Int32Scalar("b7", 0) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Ddepthwise_conv.mod.py5 i7 = Int32Scalar("b7", 1) variable
11 model = model.Operation("DEPTHWISE_CONV_2D", i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
Dmobilenet_224_gender_basic_fixed.mod.py144 i7 = Parameter("op7", "TENSOR_FLOAT32", "{128}", [-0.239844, 0.432217, -0.153807, 0.0767933, -0.275… variable
242 model = model.Operation("CONV_2D", i3, i8, i7, i177, i178, i179, i180).To(i6)
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dconv_1_h3_w2_VALID_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_3_h3_w2_VALID_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_3_h3_w2_SAME_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_1_h3_w2_SAME_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Ddepthwise_conv_relaxed.mod.py21 i7 = Int32Scalar("b7", 1) variable
27 model = model.Operation("DEPTHWISE_CONV_2D", i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
Dmobilenet_224_gender_basic_fixed_relaxed.mod.py160 i7 = Parameter("op7", "TENSOR_FLOAT32", "{128}", [-0.239844, 0.432217, -0.153807, 0.0767933, -0.275… variable
258 model = model.Operation("CONV_2D", i3, i8, i7, i177, i178, i179, i180).To(i6)
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dforeach_multi.rs29 uint32_t i7;
71 retval.i7 = in0 + in1;
170 _RS_ASSERT(result->i7 == sum);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dforeach_multi.rs27 uint32_t i7;
69 retval.i7 = in0 + in1;
168 _RS_ASSERT(result->i7 == sum);
/frameworks/base/services/tests/servicestests/res/raw/
Dbackup_telephony_no_password83 …"�;y�a �Q�-���.��Wn�0.��~����6_�|��ڀ����f�%8��I�x�F"��E�|a�x�E�%灌 �?i7�?x��ns&(>5M��{����3…