Home
last modified time | relevance | path

Searched defs:depthIndex (Results 1 – 4 of 4) sorted by relevance

/external/armnn/src/backends/aclCommon/
DArmComputeTensorUtils.hpp156 uint32_t depthIndex, in GetTensorOffset()
173 uint32_t depthIndex, in GetLinearBufferOffset()
202 for (unsigned int depthIndex = 0; depthIndex < depth; ++depthIndex) in CopyArmComputeITensorData() local
238 for (unsigned int depthIndex = 0; depthIndex < depth; ++depthIndex) in CopyArmComputeITensorData() local
/external/armnn/src/backends/reference/workloads/
DConv3dImpl.cpp39 const unsigned int depthIndex = dataLayoutIndexed.GetDepthIndex(); in Convolve3d() local
DPooling3d.cpp182 auto depthIndex = dataLayout.GetDepthIndex(); in Pooling3d() local
/external/armnn/src/backends/backendsCommon/test/layerTests/
DPooling3dTestImpl.cpp59 auto depthIndex = dimensionIndices.GetDepthIndex(); in SimplePooling3dTestImpl() local