Home
last modified time | relevance | path

Searched defs:filterValues (Results 1 – 4 of 4) sorted by relevance

/external/armnn/delegate/test/
DConvolution2dTest.cpp39 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
DConvolution3dTest.cpp51 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
DDepthwiseConvolution2dTest.cpp37 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
DConvolutionTestHelper.hpp210 std::vector<T>& filterValues, in ConvolutionTest()
446 std::vector<T>& filterValues, in Convolution3dTest()