Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/tests/P_vts_internal/
Dadd_internal.mod.py23 i6 = Input("i6", ("TENSOR_FLOAT32", [2])) # input 0 variable
45 model.Operation("ADD", i6, p0, act).To(t5)
60 i6: [0, 0],
/frameworks/ml/nn/tools/test_generator/tests/P_internal/
Dadd_internal.mod.py23 i6 = Input("i6", ("TENSOR_FLOAT32", [2])) # input 0 variable
45 model.Operation("ADD", i6, p0, act).To(t5)
60 i6: [0, 0],
Dstdout.txt.expect30 auto i6 = model->addOperand(&type0);
46 model->addOperation(ANEURALNETWORKS_ADD, {i6, p0, act}, {t5});
58 {i2, i6, i0, i1, i5, i3, i4, i7, i8},
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dconv_3_h3_w2_SAME.mod.py4 i6 = Int32Scalar("b6", 1) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_1_h3_w2_VALID.mod.py4 i6 = Int32Scalar("b6", 1) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_3_h3_w2_VALID.mod.py4 i6 = Int32Scalar("b6", 1) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_1_h3_w2_SAME.mod.py4 i6 = Int32Scalar("b6", 1) variable
10 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Ddepthwise_conv.mod.py4 i6 = Int32Scalar("b6", 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.py143 i6 = Internal("op6", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable
242 model = model.Operation("CONV_2D", i3, i8, i7, i177, i178, i179, i180).To(i6)
243 model = model.Operation("DEPTHWISE_CONV_2D", i6, i11, i10, i181, i182, i183, i184, i185).To(i9)
Dmobilenet_quantized.mod.py144 i6 = Internal("op6", "TENSOR_QUANT8_ASYMM", "{1, 14, 14, 512}, 0.023528477177, 0") # intermediate r… variable
245 model = model.Operation("CONV_2D", i3, i8, i7, i194, i195, i196, i197).To(i6)
246 model = model.Operation("DEPTHWISE_CONV_2D", i6, i11, i10, i198, i199, i200, i201, i202).To(i9)
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dconv_1_h3_w2_SAME_relaxed.mod.py20 i6 = Int32Scalar("b6", 1) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_3_h3_w2_VALID_relaxed.mod.py20 i6 = Int32Scalar("b6", 1) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_3_h3_w2_SAME_relaxed.mod.py20 i6 = Int32Scalar("b6", 1) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Dconv_1_h3_w2_VALID_relaxed.mod.py20 i6 = Int32Scalar("b6", 1) variable
26 model = model.Operation("CONV_2D", i2, i0, i1, i4, i5, i6, i7).To(i3)
Ddepthwise_conv_relaxed.mod.py20 i6 = Int32Scalar("b6", 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.py159 i6 = Internal("op6", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable
258 model = model.Operation("CONV_2D", i3, i8, i7, i177, i178, i179, i180).To(i6)
259 model = model.Operation("DEPTHWISE_CONV_2D", i6, i11, i10, i181, i182, i183, i184, i185).To(i9)
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dforeach_multi.rscript26 uint32_t i6;
68 retval.i6 = in0 + in1;
167 _RS_ASSERT(result->i6 == sum);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dforeach_multi.rscript28 uint32_t i6;
70 retval.i6 = in0 + in1;
169 _RS_ASSERT(result->i6 == sum);
/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
853 i6 = ia; in search_10and8i40()
880 s += (Word32) rr[i6][i9]; in search_10and8i40()
921 alp1 += (Word32) rr[i6][j] << 10; in search_10and8i40()
/frameworks/rs/
DrsFont.cpp590 int32_t i6 = i * 6; in initVertexArrayBuffers() local
593 indexPtr[i6 + 0] = i4 + 0; in initVertexArrayBuffers()
594 indexPtr[i6 + 1] = i4 + 1; in initVertexArrayBuffers()
595 indexPtr[i6 + 2] = i4 + 2; in initVertexArrayBuffers()
597 indexPtr[i6 + 3] = i4 + 0; in initVertexArrayBuffers()
598 indexPtr[i6 + 4] = i4 + 2; in initVertexArrayBuffers()
599 indexPtr[i6 + 5] = i4 + 3; in initVertexArrayBuffers()