Home
last modified time | relevance | path

Searched defs:biasValues (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DConvolution2dTest.cpp46 std::vector<float> biasValues = { 0 }; in Conv2DWithBiasesFp32Test() local
88 std::vector<int32_t> biasValues = { 10 }; in Conv2DWithBiasesInt8Test() local
131 std::vector<int32_t> biasValues = { 16 }; in Conv2DWithBiasesReluUint8Test() local
189 std::vector<int32_t> biasValues = { 0 }; in Conv2DWithBiasesRelu6Uint8Test() local
252 std::vector<int32_t> biasValues = { 0,0,0,0 }; in Conv2DPerChannelInt8Test() local
H A DConvolution3dTest.cpp56 std::vector<float> biasValues = { 5.f }; in Conv3DWithBiasesSimpleWithPaddingFp32Test() local
110 std::vector<float> biasValues = { 10.f }; in Conv3DWithBiasesStridesFp32Test() local
154 std::vector<float> biasValues = { 0.f, 2.f }; in Conv3DWithBiasesDilationFp32Test() local
214 std::vector<float> biasValues = { 0 }; in Conv3DFp32SmallTest() local
H A DDepthwiseConvolution2dTest.cpp45 std::vector<float> biasValues = { 1, 2, 3, 4 }; in DepthwiseConv2dValidReluFp32Test() local
101 std::vector<int32_t> biasValues = { 10 }; in DepthwiseConv2dSameUint8Test() local
160 std::vector<int32_t> biasValues = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in DepthwiseConv2dSameInt8PerChannelTest() local
H A DConvolutionTestHelper.hpp213 const std::vector<B>& biasValues = {},
449 const std::vector<B>& biasValues = {},
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DFullyConnectedTestImpl.cpp230 std::vector<T> biasValues({900000.f}); in FullyConnectedLargeTestCommon() local
335 std::vector<float> biasValues({0.f, 0.f, 0.f}); in FullyConnectedFloat32Test() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DFullyConnectedEndToEndTestImpl.hpp274 std::vector<float> biasValues = std::vector<float>({10.f, 20.f, 30.f}); in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local