Searched defs:filterValues (Results 1 – 3 of 3) sorted by relevance
/external/armnn/delegate/src/test/ |
D | Convolution2dTest.cpp | 39 std::vector<float> filterValues = in Conv2DWithBiasesFp32Test() local 86 std::vector<int8_t> filterValues = { 2, 1, 0, 6 }; in Conv2DWithBiasesInt8Test() local 129 std::vector<uint8_t> filterValues = { 2, 1, 0, 6 }; in Conv2DWithBiasesReluUint8Test() local 185 std::vector<uint8_t> filterValues = { 2, 1, 0, 6 }; in Conv2DWithBiasesRelu6Uint8Test() local 284 std::vector<int8_t> filterValues = { 0, 1, 2, 4 }; in TransposeConvInt8Test() local 317 std::vector<float> filterValues = { 0, 1, 2, 4 }; in TransposeConvFp32Test() local
|
D | DepthwiseConvolution2dTest.cpp | 37 std::vector<float> filterValues = in DepthwiseConv2dValidReluFp32Test() local 97 std::vector<uint8_t> filterValues = { 9, 8, 7, 6, 5, 4, 3, 2, 1 }; in DepthwiseConv2dSameUint8Test() local
|
D | ConvolutionTestHelper.hpp | 191 std::vector<T>& filterValues, in ConvolutionTest()
|