Home
last modified time | relevance | path

Searched defs:weightsDesc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DFullyConnectedTestImpl.cpp111 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 DFullyConnectedEndToEndTestImpl.hpp246 …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 DWorkloadDataValidation.cpp145 armnn::TensorInfo weightsDesc; variable