Searched defs:biasValues (Results  1 – 6 of 6) sorted by relevance
| /external/armnn/delegate/test/ | 
| D | Convolution3dTest.cpp | 56     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
  | 
| D | Convolution2dTest.cpp | 46     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
  | 
| D | DepthwiseConvolution2dTest.cpp | 45     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
  | 
| D | ConvolutionTestHelper.hpp | 213                      const std::vector<B>& biasValues = {}, 449                        const std::vector<B>& biasValues = {},
  | 
| /external/armnn/src/backends/backendsCommon/test/layerTests/ | 
| D | FullyConnectedTestImpl.cpp | 230     std::vector<T> biasValues({900000.f});  in FullyConnectedLargeTestCommon()  local 335     std::vector<float> biasValues({0.f, 0.f, 0.f});  in FullyConnectedFloat32Test()  local
  | 
| /external/armnn/src/backends/backendsCommon/test/ | 
| D | FullyConnectedEndToEndTestImpl.hpp | 274     std::vector<float> biasValues = std::vector<float>({10.f, 20.f, 30.f});  in FullyConnectedWithDynamicOrConstantInputsEndToEnd()  local
  |