Home
last modified time | relevance | path

Searched refs:input3 (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dconcat_mixed_quant.mod.py22 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 Dringbuffer_unit_tests.cpp53 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 Dconcat_quant8_signed.mod.py22 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 DMain.java94 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 Dmath_data_test.h80 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 DTestValidateOperations.cpp3773 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 Dtypes.spec4156 * * 1: A tensor of the same {@link %{OperandType}} as input3, of shape
/aosp12/hardware/interfaces/neuralnetworks/1.2/
H A Dtypes.hal3063 * * 1: A tensor of the same {@link OperandType} as input3, of shape
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A Dtypes.hal3248 * * 1: A tensor of the same {@link OperandType} as input3, of shape