Home
last modified time | relevance | path

Searched defs:weightShape (Results 1 – 5 of 5) sorted by relevance

/external/armnn/src/armnn/layers/
DFullyConnectedLayer.cpp39 const TensorShape weightShape = inputShapes[1]; in InferOutputShapes() local
/external/armnn/src/backends/backendsCommon/
DWorkloadUtils.cpp44 const TensorShape& weightShape = weightInfo.GetShape(); in ReshapeWeightsForAcl() local
70 const TensorShape& weightShape = weightHandle.GetShape(); in ReorderWeightChannelsForAcl() local
/external/armnn/src/backends/backendsCommon/test/
DWorkloadDataValidation.cpp654 const TensorShape weightShape{ cOutput, cInput, hInput, wInput }; variable
699 const TensorShape weightShape{ cOutput, cInput, hInput, wInput }; variable
745 const TensorShape weightShape{ cOutput, cInput, hInput, wInput }; variable
DDynamicBackendTests.hpp1448 TensorShape weightShape{ 16, 1, 1, 16 }; in CreateReferenceDynamicBackendTestImpl() local
1530 TensorShape weightShape{ 16, 1, 1, 16 }; in CreateSampleDynamicBackendTestImpl() local
/external/armnn/src/armnnTestUtils/
DCreateWorkload.hpp1209 TensorShape weightShape({1, 4, 4, 2}); in CreateDepthwiseConvolution2dWorkloadTest() local