Home
last modified time | relevance | path

Searched defs:input2 (Results 1 – 25 of 32) sorted by relevance

12

/aosp12/hardware/interfaces/wifi/1.5/default/tests/
H A Dringbuffer_unit_tests.cpp42 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local
52 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local
64 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local
87 const std::vector<uint8_t> input2(maxBufferSize_ + 1, '1'); in TEST_F() local
/aosp12/bionic/tests/
H A Dmath_data_test.h50 T2 input2; member
72 T2 input2; member
79 T2 input2; member
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dconcat_mixed_quant.mod.py21 input2 = Input("input2", "TENSOR_FLOAT32", "{2, 1, 2}") variable
H A Dselect_v1_2.mod.py16 def test(name, input0, input1, input2, output0, input0_data, input1_data, input2_data, output_data): argument
H A Dconcat_float16_2.mod.py26 input2 = Input("input2", "TENSOR_FLOAT16", "{%d, %d}" % (row2, col)) # input tensor 2 variable
H A Dconcat_float16_3.mod.py26 input2 = Input("input2", "TENSOR_FLOAT16", "{%d, %d}" % (row, col2)) # input tensor 2 variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dconcat_quant8_signed.mod.py21 input2 = Input("input2", "TENSOR_FLOAT32", "{2, 1, 2}") variable
85 input2 = Input("input2", "TENSOR_QUANT8_ASYMM_SIGNED", "{%d, %d}, 0.5f, -128" % (row2, col)) variable
112 input2 = Input("input2", "TENSOR_QUANT8_ASYMM_SIGNED", "{%d, %d}, 0.5f, -128" % (row, col2)) variable
H A Dselect_quant8_signed.mod.py16 def test(name, input0, input1, input2, output0, input0_data, input1_data, input2_data, output_data): argument
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dconcat_float_2.mod.py26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2 variable
H A Dconcat_float_3.mod.py26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row, col2)) # input tensor 2 variable
H A Dconcat_quant8_2.mod.py26 input2 = Input("input2", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row2, col)) variable
H A Dconcat_quant8_3.mod.py26 input2 = Input("input2", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row, col2)) variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
H A Dconcat_float_2_relaxed.mod.py26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2 variable
H A Dconcat_float_3_relaxed.mod.py26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row, col2)) # input tensor 2 variable
/aosp12/art/test/565-checker-doublenegbitwise/src/
H A DMain.java39 public static <T> T $noinline$runSmaliTest(String name, Class<T> klass, T input1, T input2) { in $noinline$runSmaliTest()
/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp124 auto input2 = std::make_unique<TestData>(data2_copy, kTestDataLength); in TEST_F() local
184 auto input2 = std::make_unique<TestData>(data2_copy, kTestDataLength); in TEST_F() local
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSelect.cpp98 Shape input2 = context->getInputShape(kInputTensor2); in prepare() local
H A DLogicalAndOr.cpp76 Shape input2 = context->getInputShape(kInputTensor2); in prepare() local
H A DComparisons.cpp147 Shape input2 = context->getInputShape(kInputTensor2); in prepare() local
H A DBroadcast.cpp461 Shape input2 = context->getInputShape(kInputTensor2); in validate() local
474 const Shape& input2 = context->getInputShape(kInputTensor2); in validate() local
487 Shape input2 = context->getInputShape(kInputTensor2); in prepare() local
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfileVectorHelper.cpp371 const T& input1, const T& input2, const Order& order) in intersectFilterAndOrder()
389 const T& input1, const T& input2, Compare comp) in intersectAndOrder()
/aosp12/art/compiler/optimizing/
H A Dregister_allocator_test.cc490 HInstruction** input2) { in BuildIfElseWithPhi()
561 HInstruction *input1, *input2; in PhiHint() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
H A DFibonacciExtensionTest.cpp290 uint32_t input2 = mModel.addOperand(&inputType); // Extra input. in TEST_F() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp159 uint32_t input2 = model->addOperand(&tensorTypeFullySpecified); in createTestModel() local
H A DTestIntrospectionControl.cpp250 float input2[2] = {3.0f, 4.0f}; in TEST_F() local
878 float input2[2] = {3.0f, 4.0f}; in TEST_P() local
1490 float input2[2] = {3.0f, 4.0f}; in TEST_F() local

12