Searched defs:filterValues (Results 1 – 4 of 4) sorted by relevance
/external/armnn/delegate/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 187 std::vector<uint8_t> filterValues = { 2, 1, 0, 6 }; in Conv2DWithBiasesRelu6Uint8Test() local 244 std::vector<int8_t> filterValues = in Conv2DPerChannelInt8Test() local 381 std::vector<int8_t> filterValues = { 0, 1, 2, 4 }; in TransposeConvInt8Test() local 414 std::vector<float> filterValues = { 0, 1, 2, 4 }; in TransposeConvFp32Test() local
|
D | Convolution3dTest.cpp | 51 std::vector<float> filterValues = in Conv3DWithBiasesSimpleWithPaddingFp32Test() local 89 std::vector<float> filterValues = in Conv3DWithBiasesStridesFp32Test() local 148 std::vector<float> filterValues = in Conv3DWithBiasesDilationFp32Test() local 199 std::vector<float> filterValues = in Conv3DFp32SmallTest() local
|
D | DepthwiseConvolution2dTest.cpp | 37 std::vector<float> filterValues = in DepthwiseConv2dValidReluFp32Test() local 99 std::vector<uint8_t> filterValues = { 9, 8, 7, 6, 5, 4, 3, 2, 1 }; in DepthwiseConv2dSameUint8Test() local 147 std::vector<int8_t> filterValues = { 12,20,10, 3, 2,24, 9,10, 5,16,30,12, 3,10, 4,32, in DepthwiseConv2dSameInt8PerChannelTest() local
|
D | ConvolutionTestHelper.hpp | 210 std::vector<T>& filterValues, in ConvolutionTest() 446 std::vector<T>& filterValues, in Convolution3dTest()
|