Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/aclCommon/
H A 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
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
DReshape.cpp33 int depthIndex = useNchw ? 1 : 3; in spaceToDepthConstructor() local
88 int depthIndex = useNchw ? 1 : 3; in depthToSpaceConstructor() local
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DConv3dImpl.cpp39 const unsigned int depthIndex = dataLayoutIndexed.GetDepthIndex(); in Convolve3d() local
H A DPooling3d.cpp182 auto depthIndex = dataLayout.GetDepthIndex(); in Pooling3d() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingLocalReadTests.cpp498 uint32_t depthIndex = m_colorAttachmentCount; in iterate() local
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DPooling3dTestImpl.cpp59 auto depthIndex = dimensionIndices.GetDepthIndex(); in SimplePooling3dTestImpl() local