Searched refs:input2 (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/wifi/1.5/default/tests/ |
D | ringbuffer_unit_tests.cpp | 42 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local 44 buffer_.append(input2); in TEST_F() 47 EXPECT_EQ(input2, buffer_.getData().back()); in TEST_F() 52 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local 55 buffer_.append(input2); in TEST_F() 58 EXPECT_EQ(input2, buffer_.getData().front()); in TEST_F() 64 const std::vector<uint8_t> input2(maxBufferSize_ / 2, '1'); in TEST_F() local 67 buffer_.append(input2); in TEST_F() 87 const std::vector<uint8_t> input2(maxBufferSize_ + 1, '1'); in TEST_F() local 89 buffer_.append(input2); in TEST_F()
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 76 * input2.dimension = {5, 4, 3, 1} 307 * input2.dimension = {5, 4, 3, 1}
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | types.hal | 98 * input2.dimension = {5, 4, 3, 1} 622 * the scale and zeroPoint must be the same as input2.
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 174 * input2.dimension = {5, 4, 3, 1} 841 * the scale and zeroPoint must be the same as input2. 1901 * input2.dimension = {5, 4, 3, 1} 2156 * input2.dimension = {5, 4, 3, 1} 4179 * true) or input2 (if false). 4186 * * 0: A tensor of the same type and shape as input1 and input2.
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 111 * input2.dimension = {5, 4, 3, 1} 830 * the scale and zeroPoint must be the same as input2. 1955 * input2.dimension = {5, 4, 3, 1} 2223 * input2.dimension = {5, 4, 3, 1} 4416 * true) or input2 (if false). 4424 * * 0: A tensor of the same type and shape as input1 and input2.
|