Home
last modified time | relevance | path

Searched defs:inputShape (Results 176 – 200 of 309) sorted by relevance

12345678910>>...13

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DTranspose.cpp46 bool transposeGeneric(const T* inputData, const Shape& inputShape, const int32_t* perm, in transposeGeneric()
DCast.cpp72 bool eval(const uint8_t* inputData, const Shape& inputShape, uint8_t* outputData, in eval()
/aosp_15_r20/external/armnn/delegate/test/
H A DActivationTestHelper.hpp84 std::vector<int32_t> inputShape { { 4, 1, 4} }; in ActivationTest() local
H A DTransposeTestHelper.hpp88 std::vector<int32_t>& inputShape, in TransposeTest()
H A DSpaceDepthTestHelper.hpp120 std::vector<int32_t>& inputShape, in SpaceDepthTest()
H A DShapeTestHelper.hpp110 std::vector<int32_t>& inputShape, in ShapeTest()
H A DQuantizationTestHelper.hpp128 std::vector<int32_t>& inputShape, in QuantizationTest()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDepthToSpaceEndToEndTestImpl.hpp87 TensorShape inputShape = { 2, 2, 2, 4 }; in DepthToSpaceEndToEnd() local
H A DActivationFixture.hpp22 unsigned int inputShape[] = { batchSize, channels, height, width }; in ActivationFixture() local
H A DResizeEndToEndTestImpl.hpp51 TensorShape inputShape = MakeTensorShape(1, 1, inputHeight, inputWidth, dataLayout); in ResizeEndToEnd() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DInstanceNorm.cpp23 const TensorShape inputShape = inputInfo.GetShape(); in InstanceNorm() local
H A DSpaceToDepth.cpp44 const TensorShape& inputShape = inputInfo.GetShape(); in SpaceToDepth() local
H A DSlice.cpp20 const TensorShape& inputShape = inputInfo.GetShape(); in Slice() local
H A DBatchToSpaceNd.cpp43 TensorShape inputShape = inputTensorInfo.GetShape(); in BatchToSpaceNd() local
H A DSpaceToBatchNd.cpp42 const TensorShape& inputShape = inputInfo.GetShape(); in SpaceToBatchNd() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DOperationsExecutionUtils.cpp154 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 DAvgPool2DIgnoreValueChecker.hpp12 std::vector<std::vector<int32_t>> inputShape, in VerifyAvgPool2DIgnoreValue()
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DTransposeConvolution2dLayer.cpp61 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
H A DPooling2dLayer.cpp43 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
H A DPooling3dLayer.cpp43 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
H A DDepthwiseConvolution2dLayer.cpp68 const TensorShape& inputShape = inputShapes[0]; in InferOutputShapes() local
/aosp_15_r20/external/armnn/src/armnnUtils/
H A DParserHelper.cpp107 const armnn::TensorShape& inputShape = inputTensorInfo.GetShape(); in CalculateStridedSliceOutputTensorInfo() local
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonDepthwiseConvolutionWorkload.cpp106 auto inputShape = inputInfo->tensor_shape(); in NeonDepthwiseConvolutionWorkload() local
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClDepthwiseConvolutionWorkload.cpp119 auto inputShape = inputInfo->tensor_shape(); in ClDepthwiseConvolutionWorkload() local
/aosp_15_r20/external/armnn/src/backends/neon/test/
H A DNeonLayerTests.cpp388 const TensorShape& inputShape = inputInfo.GetShape(); in CreateOutputTensorInfo() local

12345678910>>...13