Home
last modified time | relevance | path

Searched defs:weightsShape (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DFullyConnected.cpp53 const float* weightsData, const Shape& weightsShape, in fullyConnectedFloat32()
83 const _Float16* weightsData, const Shape& weightsShape, in fullyConnectedFloat16()
104 const uint8_t* weightsData, const Shape& weightsShape, in fullyConnectedQuant8()
145 const int8_t* weightsData, const Shape& weightsShape, in fullyConnectedQuant8()
DRNN.cpp117 const T* biasData, const T* weightsData, const Shape& weightsShape, in RNNStep()
138 const T* weightsData, const Shape& weightsShape, const T* auxWeightsData, in RNNStep()
DUnidirectionalSequenceRNN.cpp57 Shape weightsShape = context->getInputShape(kWeightsTensor); in executeTyped() local
DQuantizedLSTM.cpp381 Shape weightsShape; in eval() local
/aosp_15_r20/external/armnn/src/armnn/test/
H A DOptimizerTests.cpp424 const unsigned int* weightsShape, const unsigned int* outputShape, in CreateConvolution2dGraph()
462 const unsigned int weightsShape[] = { 2, 3, 5, 3 }; variable
473 const unsigned int weightsShape[] = { 2, 5, 3, 3 }; variable
481const unsigned int* weightsShape, const unsigned int* outputShape, in CreateDepthwiseConvolution2dGraph()
517 const unsigned int weightsShape[] = { 1, 3, 3, 2 }; variable
528 const unsigned int weightsShape[] = { 1, 3, 3, 2 }; variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DTransposeConvolution2dTestImpl.cpp243 TensorShape weightsShape = { batches, channels, hWeights, wWeights }; in SimpleTransposeConvolution2dTest() local
332 TensorShape weightsShape = { batches, channels, hWeights, wWeights }; in PaddedTransposeConvolution2dTest() local
423 TensorShape weightsShape = { batches, channels, hWeights, wWeights }; in StridedTransposeConvolution2dTest() local
503 TensorShape weightsShape = { 2, 1, 3, 3 }; in MultiChannelTransposeConvolution2dTest() local
H A DFullyConnectedTestImpl.cpp194 unsigned int weightsShape[] = { inputChannels, outputChannels }; in FullyConnectedLargeTestCommon() local
294 unsigned int weightsShape[] = { inputChannels, outputChannels }; in FullyConnectedFloat32Test() local
/aosp_15_r20/external/android-nn-driver/1.0/
H A DFullyConnected.hpp16 const armnn::TensorShape& weightsShape) in FlattenFullyConnectedInput()
39 const armnn::TensorShape& weightsShape, in VerifyFullyConnectedShapes()
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DFoldPadTests.cpp23 const unsigned int weightsShape[] = {1, 2, 3, 3}; variable
105 const unsigned int weightsShape[] = {1, 2, 3, 3}; variable
646 const unsigned int weightsShape[] = {4, 2, 2, 3}; // CoutHWCin variable
770 const unsigned int weightsShape[] = {1, 2, 2, 12}; // 1HWCout variable
H A DPermuteDepthwiseConv2dWeightsTests.cpp66 unsigned int weightsShape[] = {outputShape[0], outputShape[1], outputShape[2], outputShape[3]}; in PermuteDepthwiseConv2dWeightsTestRunner() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DFullyConnectedEndToEndTestImpl.hpp235 unsigned int weightsShape[] = { inputChannels, outputChannels }; in FullyConnectedWithDynamicOrConstantInputsEndToEnd() local
356 unsigned int weightsShape[] = { inputChannels, outputChannels }; in FullyConnectedErrorChecking() local
H A DTransposeConvolution2dEndToEndTestImpl.hpp63 TensorShape weightsShape = MakeTensorShape(batches, channels, hWeights, wWeights, dataLayout); in TransposeConvolution2dEndToEnd() local
H A DWorkloadDataValidation.cpp150 unsigned int weightsShape[] = { 1, 1, inputChannels, outputChannels }; variable
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonDepthwiseConvolutionWorkload.cpp105 auto weightsShape = weightsInfo->tensor_shape(); in NeonDepthwiseConvolutionWorkload() local
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClDepthwiseConvolutionWorkload.cpp118 auto weightsShape = weightsInfo->tensor_shape(); in ClDepthwiseConvolutionWorkload() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DTransposeConvolution2d.cpp20 const TensorShape& weightsShape, in TransposeConvolution2dImpl()
/aosp_15_r20/external/armnn/shim/sl/canonical/
H A DConversionUtils.hpp247 const armnn::TensorShape& weightsShape) in FlattenFullyConnectedInput()
270 const armnn::TensorShape& weightsShape, in VerifyFullyConnectedShapes()
H A DConverter.cpp2185 const TensorShape& weightsShape = weights.GetShape(); in ConvertGroupedConv2d() local
/aosp_15_r20/external/armnn/src/armnn/optimizations/
H A DFuseBatchNorm.hpp65 auto weightsShape = weightsTensor.GetInfo().GetShape(); in Run() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadUtils.cpp215 auto weightsShape = weightsInfo.GetShape(); in Convert1HWOtoMIHW() local
/aosp_15_r20/external/armnn/src/backends/aclCommon/
H A DArmComputeTensorUtils.cpp443 const arm_compute::TensorShape& weightsShape, in ComputeDepthwiseConv2dDepthMultiplier()
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp1455 auto weightsShape = weightsInfo.GetShape(); in ParseConstant() local
1688 auto weightsShape = weightsInfo.GetShape(); in ParseDepthwiseConvolution2d() local
/aosp_15_r20/external/android-nn-driver/
H A DConversionUtils_1_2.hpp1036 const TensorShape& weightsShape = weights.GetShape(); in ConvertGroupedConv2d() local