Searched defs:weightsDesc (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/ |
H A D | FullyConnectedTestImpl.cpp | 111 armnn::TensorInfo weightsDesc({ outputChannels, inputSize }, ArmnnType); in FullyConnectedTest() local 189 armnn::TensorInfo weightsDesc; in FullyConnectedLargeTestCommon() local 289 armnn::TensorInfo weightsDesc; in FullyConnectedFloat32Test() local
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | FullyConnectedEndToEndTestImpl.hpp | 246 …armnn::TensorInfo weightsDesc = armnn::TensorInfo(2, weightsShape, armnn::DataType::Float32, 0.0f,… in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local 362 …armnn::TensorInfo weightsDesc = armnn::TensorInfo(2, weightsShape, armnn::DataType::Float32, 0.0f,… in FullyConnectedErrorChecking() local
|
H A D | WorkloadDataValidation.cpp | 145 armnn::TensorInfo weightsDesc; variable
|