Home
last modified time | relevance | path

Searched defs:filterDepth (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/armnn/delegate/test/
H A DPooling3dTestHelper.hpp40 int32_t filterDepth = 0, in CreatePooling3dTfLiteModel()
154 int32_t filterDepth = 0, in Pooling3dTest()
211 … int filterHeight, int filterWidth, int filterDepth, TfLitePadding padding) in CreateCustomOptions()
/aosp_15_r20/external/armnn/src/armnn/layers/
H A DConvolution3dLayer.cpp33 unsigned int filterDepth = filterShape[0]; in SerializeLayerParameters() local
82 unsigned int filterDepth = filterShape[0]; in InferOutputShapes() local
/aosp_15_r20/frameworks/native/libs/renderengine/skia/filters/
H A DKawaseBlurDualFilter.cpp124 const float filterDepth = std::min(kMaxSurfaces - 1.0f, radius * kInputScale / 2.5f); in generate() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DConv2D.cpp365 uint32_t filterDepth = getSizeOfDimension(filterShape, 3); in convQuant8PerChannelNhwc() local
458 [[maybe_unused]] uint32_t filterDepth = getSizeOfDimension(filterShape, 3); in convQuant8PerChannelNhwc() local
DDepthwiseConv2D.cpp291 uint32_t filterDepth = getSizeOfDimension(filterShape, 3); in depthwiseConvQuant8PerChannelNhwc() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DConv3dImpl.cpp53 const unsigned int filterDepth = rFilterShape[0]; in Convolve3d() local
/aosp_15_r20/external/armnn/delegate/classic/src/
H A DConvolution.hpp332 const unsigned int filterDepth = filterTensorInfo.GetShape()[0]; in VisitConv3dOperator() local
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/
H A DTfLiteParser.cpp1328 unsigned int filterDepth = filterTensorInfo.GetShape()[0]; in ParseConv3D() local