/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | concat_mixed_quant.mod.py | 22 input3 = Input("input3", "TENSOR_FLOAT32", "{2, 1, 2}") variable 26 model = Model().Operation("CONCATENATION", input0, input1, input2, input3, axis).To(output0) 33 input3: [1.3, 3.3, 4.3, 7.3], 39 input3: ["TENSOR_QUANT8_ASYMM", 0.029, 0], 48 input3: [1.3, 3.3, 4.3, 7.3], 54 input3: ["TENSOR_QUANT8_ASYMM", 0.029, 0],
|
/aosp12/hardware/interfaces/wifi/1.5/default/tests/ |
H A D | ringbuffer_unit_tests.cpp | 53 const std::vector<uint8_t> input3 = {'G'}; in TEST_F() local 56 buffer_.append(input3); in TEST_F() 59 EXPECT_EQ(input3, buffer_.getData().back()); in TEST_F() 65 const std::vector<uint8_t> input3(maxBufferSize_, '2'); in TEST_F() local 68 buffer_.append(input3); in TEST_F() 70 EXPECT_EQ(input3, buffer_.getData().front()); in TEST_F()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | concat_quant8_signed.mod.py | 22 input3 = Input("input3", "TENSOR_FLOAT32", "{2, 1, 2}") variable 26 model = Model().Operation("CONCATENATION", input0, input1, input2, input3, axis).To(output0) 33 input3: [1.3, 3.3, 4.3, 7.3], 39 input3: ["TENSOR_QUANT8_ASYMM_SIGNED", 0.029, -128], 48 input3: [1.3, 3.3, 4.3, 7.3], 54 input3: ["TENSOR_QUANT8_ASYMM_SIGNED", 0.029, -128],
|
/aosp12/art/test/537-checker-arraycopy/src/ |
H A D | Main.java | 94 public static int arraycopy3(Object[] obj1, Object[] obj2, int input1, int input3, int input4) { in arraycopy3() argument 95 System.arraycopy(obj1, input1, obj2, input3, input4); in arraycopy3() 98 return input1 + input3 + input4; in arraycopy3()
|
/aosp12/bionic/tests/ |
H A D | math_data_test.h | 80 T3 input3; member 298 … data[i].expected, f(data[i].input1, data[i].input2, data[i].input3)) << "Failed on element " << i;
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestValidateOperations.cpp | 3773 ANeuralNetworksOperandType input3 = getOpType(ANEURALNETWORKS_BOOL, 0); in reduceOpTest() local 3775 OperationTestBase test(operationCode, {input1, input2, input3}, {output}, in reduceOpTest()
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 4156 * * 1: A tensor of the same {@link %{OperandType}} as input3, of shape
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 3063 * * 1: A tensor of the same {@link OperandType} as input3, of shape
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 3248 * * 1: A tensor of the same {@link OperandType} as input3, of shape
|