/frameworks/ml/nn/tools/test_generator/tests/P_conv/ |
D | conv_1_h3_w2_SAME.mod.py | 3 i6 = Int32Scalar("b6", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
/frameworks/ml/nn/tools/test_generator/tests/P_quantized_conv/ |
D | quantized.mod.py | 3 i6 = Int32Scalar("b6", 2) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
/frameworks/ml/nn/tools/test_generator/tests/P_depthwise_conv/ |
D | depthwise_conv.bin.mod.py | 4 i6 = Int32Scalar("b6", 1) variable 11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | conv_1_h3_w2_VALID.mod.py | 4 i6 = Int32Scalar("b6", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_1_h3_w2_SAME.mod.py | 4 i6 = Int32Scalar("b6", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_3_h3_w2_VALID.mod.py | 4 i6 = Int32Scalar("b6", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_3_h3_w2_SAME.mod.py | 4 i6 = Int32Scalar("b6", 1) variable 10 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | depthwise_conv.mod.py | 4 i6 = Int32Scalar("b6", 1) variable 11 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
|
D | mobilenet_224_gender_basic_fixed.mod.py | 143 i6 = Internal("op6", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable 242 model = model.Conv(i3, i8, i7, i177, i178, i179, i180).To(i6) 243 model = model.DepthWiseConv(i6, i11, i10, i181, i182, i183, i184, i185).To(i9)
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | depthwise_conv_relaxed.mod.py | 20 i6 = Int32Scalar("b6", 1) variable 27 model = model.DepthWiseConv(i2, i0, i1, i4, i5, i6, i7, i8).To(i3)
|
D | conv_3_h3_w2_SAME_relaxed.mod.py | 20 i6 = Int32Scalar("b6", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_1_h3_w2_VALID_relaxed.mod.py | 20 i6 = Int32Scalar("b6", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_1_h3_w2_SAME_relaxed.mod.py | 20 i6 = Int32Scalar("b6", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | conv_3_h3_w2_VALID_relaxed.mod.py | 20 i6 = Int32Scalar("b6", 1) variable 26 model = model.Conv(i2, i0, i1, i4, i5, i6, i7).To(i3)
|
D | mobilenet_224_gender_basic_fixed_relaxed.mod.py | 159 i6 = Internal("op6", "TENSOR_FLOAT32", "{1, 14, 14, 128}") # intermediate result variable 258 model = model.Conv(i3, i8, i7, i177, i178, i179, i180).To(i6) 259 model = model.DepthWiseConv(i6, i11, i10, i181, i182, i183, i184, i185).To(i9)
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | foreach_multi.rs | 26 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/ |
D | foreach_multi.rs | 28 uint32_t i6; 70 retval.i6 = in0 + in1; 169 _RS_ASSERT(result->i6 == sum);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | s10_8pf.cpp | 568 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/ |
D | rsFont.cpp | 590 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()
|