/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Transpose.cpp | 46 bool transposeGeneric(const T* inputData, const Shape& inputShape, const int32_t* perm, in transposeGeneric()
|
D | Cast.cpp | 72 bool eval(const uint8_t* inputData, const Shape& inputShape, uint8_t* outputData, in eval()
|
/aosp_15_r20/external/armnn/delegate/test/ |
H A D | ActivationTestHelper.hpp | 84 std::vector<int32_t> inputShape { { 4, 1, 4} }; in ActivationTest() local
|
H A D | TransposeTestHelper.hpp | 88 std::vector<int32_t>& inputShape, in TransposeTest()
|
H A D | SpaceDepthTestHelper.hpp | 120 std::vector<int32_t>& inputShape, in SpaceDepthTest()
|
H A D | ShapeTestHelper.hpp | 110 std::vector<int32_t>& inputShape, in ShapeTest()
|
H A D | QuantizationTestHelper.hpp | 128 std::vector<int32_t>& inputShape, in QuantizationTest()
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | DepthToSpaceEndToEndTestImpl.hpp | 87 TensorShape inputShape = { 2, 2, 2, 4 }; in DepthToSpaceEndToEnd() local
|
H A D | ActivationFixture.hpp | 22 unsigned int inputShape[] = { batchSize, channels, height, width }; in ActivationFixture() local
|
H A D | ResizeEndToEndTestImpl.hpp | 51 TensorShape inputShape = MakeTensorShape(1, 1, inputHeight, inputWidth, dataLayout); in ResizeEndToEnd() local
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | InstanceNorm.cpp | 23 const TensorShape inputShape = inputInfo.GetShape(); in InstanceNorm() local
|
H A D | SpaceToDepth.cpp | 44 const TensorShape& inputShape = inputInfo.GetShape(); in SpaceToDepth() local
|
H A D | Slice.cpp | 20 const TensorShape& inputShape = inputInfo.GetShape(); in Slice() local
|
H A D | BatchToSpaceNd.cpp | 43 TensorShape inputShape = inputTensorInfo.GetShape(); in BatchToSpaceNd() local
|
H A D | SpaceToBatchNd.cpp | 42 const TensorShape& inputShape = inputInfo.GetShape(); in SpaceToBatchNd() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/ |
D | OperationsExecutionUtils.cpp | 154 bool GetQuantizedConvolutionMultiplier(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultiplier() 169 bool GetQuantizedConvolutionMultiplier(const Shape& inputShape, const Shape& filterShape, in GetQuantizedConvolutionMultiplier()
|
/aosp_15_r20/external/armnn/src/backends/tosaCommon/test/ |
H A D | AvgPool2DIgnoreValueChecker.hpp | 12 std::vector<std::vector<int32_t>> inputShape, in VerifyAvgPool2DIgnoreValue()
|
/aosp_15_r20/external/armnn/src/armnn/layers/ |
H A D | TransposeConvolution2dLayer.cpp | 61 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
|
H A D | Pooling2dLayer.cpp | 43 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
|
H A D | Pooling3dLayer.cpp | 43 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
|
H A D | DepthwiseConvolution2dLayer.cpp | 68 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
|
/aosp_15_r20/external/armnn/src/armnnUtils/ |
H A D | ParserHelper.cpp | 107 const armnn::TensorShape& inputShape = inputTensorInfo.GetShape(); in CalculateStridedSliceOutputTensorInfo() local
|
/aosp_15_r20/external/armnn/src/backends/neon/workloads/ |
H A D | NeonDepthwiseConvolutionWorkload.cpp | 106 auto inputShape = inputInfo->tensor_shape(); in NeonDepthwiseConvolutionWorkload() local
|
/aosp_15_r20/external/armnn/src/backends/cl/workloads/ |
H A D | ClDepthwiseConvolutionWorkload.cpp | 119 auto inputShape = inputInfo->tensor_shape(); in ClDepthwiseConvolutionWorkload() local
|
/aosp_15_r20/external/armnn/src/backends/neon/test/ |
H A D | NeonLayerTests.cpp | 388 const TensorShape& inputShape = inputInfo.GetShape(); in CreateOutputTensorInfo() local
|