Home
last modified time | relevance | path

Searched defs:i7 (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dconv_1_h3_w2_SAME.mod.py5 i7 = Int32Scalar("b7", 0) variable
H A Dconv_1_h3_w2_VALID.mod.py5 i7 = Int32Scalar("b7", 0) variable
H A Dconv_3_h3_w2_SAME.mod.py5 i7 = Int32Scalar("b7", 0) variable
H A Dconv_3_h3_w2_VALID.mod.py5 i7 = Int32Scalar("b7", 0) variable
H A Ddepthwise_conv.mod.py5 i7 = Int32Scalar("b7", 1) variable
H A Dmobilenet_quantized.mod.py145 i7 = Parameter("op7", "TENSOR_INT32", "{512}, 0.000162604788784, 0", [-16901, 4449, 3965, -23286, -… variable
H A Dmobilenet_224_gender_basic_fixed.mod.py144 i7 = Parameter("op7", "TENSOR_FLOAT32", "{128}", [-0.239844, 0.432217, -0.153807, 0.0767933, -0.275… variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dconv_1_h3_w2_SAME_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
H A Dconv_1_h3_w2_VALID_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
H A Dconv_3_h3_w2_SAME_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
H A Dconv_3_h3_w2_VALID_relaxed.mod.py21 i7 = Int32Scalar("b7", 0) variable
H A Ddepthwise_conv_relaxed.mod.py21 i7 = Int32Scalar("b7", 1) variable
H A 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
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_internal/
H A Dadd_internal.mod.py24 i7 = Input("i7", ("TENSOR_FLOAT32", [2])) # input 0 variable
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_internal/
H A Dadd_internal.mod.py24 i7 = Input("i7", ("TENSOR_FLOAT32", [2])) # input 0 variable
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Ds10_8pf.cpp568 Word16 i0, i1, i2, i3, i4, i5, i6, i7, i9; in search_10and8i40() local
/aosp12/art/test/178-app-image-native-method/src/
H A DMain.java450 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
469 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
488 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
504 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
523 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
542 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
838 int i7, long l7, float f7, double d7, in nativeMethodWithManyParameters()
/aosp12/art/test/178-app-image-native-method/
H A Dnative_methods.cc36 jint i7, jlong l7, jfloat f7, jdouble d7, in VerifyManyParameters()
65 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_Test_nativeMethodWithManyParameters()
95 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_TestFast_nativeMethodWithManyParameters()
124 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_TestCritical_nativeMethodWithManyParameters()
635 jint i7, jlong l7, jfloat f7, jdouble d7, in Java_CriticalClinitCheck_nativeMethodWithManyParameters()
/aosp12/art/test/MyClassNatives/
H A DMyClassNatives.java128 native static void stackArgsIntsFirst(int i1, int i2, int i3, int i4, int i5, int i6, int i7, in stackArgsIntsFirst()
135 int i6, int i7, int i8, int i9, int i10); in stackArgsFloatsFirst()
139 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9, in stackArgsMixed()
256 … native static void stackArgsIntsFirst_Fast(int i1, int i2, int i3, int i4, int i5, int i6, int i7, in stackArgsIntsFirst_Fast()
263 int i6, int i7, int i8, int i9, int i10); in stackArgsFloatsFirst_Fast()
267 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9, in stackArgsMixed_Fast()
298 …ive static void stackArgsIntsFirst_Critical(int i1, int i2, int i3, int i4, int i5, int i6, int i7, in stackArgsIntsFirst_Critical()
305 int i6, int i7, int i8, int i9, int i10); in stackArgsFloatsFirst_Critical()
309 float f4, int i5, float f5, int i6, float f6, int i7, float f7, int i8, float f8, int i9, in stackArgsMixed_Critical()
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dconv2d_v1_2.mod.py170 i7 = Input("op1", "TENSOR_FLOAT32", "{1, 8, 8, 3}") variable
/aosp12/art/compiler/jni/
H A Djni_compiler_test.cc2100 jint i7 = 7; in StackArgsIntsFirstImpl() local
2170 jint i7 = 7; in StackArgsFloatsFirstImpl() local
2239 jint i7 = 7; in StackArgsMixedImpl() local
/aosp12/art/test/439-npe/src/
H A DMain.java650 int i7 = 7; in $opt$noinline$testRegisterRetrieval() local
/aosp12/art/test/083-compiler-regressions/src/
H A DMain.java1350 int i7 = 7; in largeFrame() local