Home
last modified time | relevance | path

Searched defs:biasShape (Results 1 – 12 of 12) sorted by relevance

/external/armnn/delegate/test/
DConvolution3dTest.cpp43 std::vector<int32_t> biasShape { 1 }; in Conv3DWithBiasesSimpleWithPaddingFp32Test() local
84 std::vector<int32_t> biasShape { 1 }; in Conv3DWithBiasesStridesFp32Test() local
143 std::vector<int32_t> biasShape { 2 }; in Conv3DWithBiasesDilationFp32Test() local
194 std::vector<int32_t> biasShape { 1 }; in Conv3DFp32SmallTest() local
DConvolution2dTest.cpp27 std::vector<int32_t> biasShape { 1 }; in Conv2DWithBiasesFp32Test() local
81 std::vector<int32_t> biasShape { 1 }; in Conv2DWithBiasesInt8Test() local
124 std::vector<int32_t> biasShape { 1 }; in Conv2DWithBiasesReluUint8Test() local
182 std::vector<int32_t> biasShape { 1 }; in Conv2DWithBiasesRelu6Uint8Test() local
231 std::vector<int32_t> biasShape { 4 }; in Conv2DPerChannelInt8Test() local
DDepthwiseConvolution2dTest.cpp27 std::vector<int32_t> biasShape { 4 }; in DepthwiseConv2dValidReluFp32Test() local
89 std::vector<int32_t> biasShape { 1 } ; in DepthwiseConv2dSameUint8Test() local
136 std::vector<int32_t> biasShape {16} ; in DepthwiseConv2dSameInt8PerChannelTest() local
DConvolutionTestHelper.hpp212 const std::vector<int32_t>& biasShape = {}, in ConvolutionTest()
448 const std::vector<int32_t>& biasShape = {}, in Convolution3dTest()
/external/armnn/src/backends/reference/workloads/
DFullyConnected.cpp32 const TensorShape biasShape{outputSize}; in FullyConnected() local
DConv3dImpl.cpp60 const TensorShape biasShape{outChannels}; in Convolve3d() local
DConvImpl.cpp117 const TensorShape biasShape{outputChannels}; in Convolve() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DFullyConnectedTestImpl.cpp200 unsigned int biasShape[] = { outputChannels }; in FullyConnectedLargeTestCommon() local
301 unsigned int biasShape[] = { outputChannels }; in FullyConnectedFloat32Test() local
DConv2dTestImpl.cpp1388 unsigned int biasShape[] = {outputChannels}; in CompareConvolution2dTestImpl() local
3065 std::vector<unsigned int> biasShape{ outputChannels }; in CompareDepthwiseConvolution2dTestImpl() local
/external/armnn/src/backends/backendsCommon/test/
DWorkloadDataValidation.cpp151 unsigned int biasShape[] = { 1, outputChannels, outputHeight, outputWidth }; variable
655 const TensorShape biasShape { cOutput }; variable
700 const TensorShape biasShape { cOutput }; variable
746 const TensorShape biasShape { cOutput }; variable
DFullyConnectedEndToEndTestImpl.hpp242 unsigned int biasShape[] = { outputChannels }; in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local
358 unsigned int biasShape[] = { outputChannels }; in FullyConnectedErrorChecking() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dkernel.cpp613 std::vector<ExprHandle> biasShape; in computeValue() local