Home
last modified time | relevance | path

Searched refs:ComputeReductionTensorShape (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/aclCommon/
H A DArmComputeUtils.hpp352 inline const TensorInfo ComputeReductionTensorShape(const armnn::TensorInfo& input, in ComputeReductionTensorShape() function
415 ComputeReductionTensorShape(input, axes, desc.m_KeepDims); \
H A DArmComputeSubgraphUtils.hpp297 const TensorInfo& reducedTensorInfo = ComputeReductionTensorShape(layerInfo, in ChainReduceLayers()