Home
last modified time | relevance | path

Searched refs:depthToSpaceQueueDescriptor (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefWorkloadFactory.cpp273 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local
274 return std::make_unique<RefDepthToSpaceWorkload>(*depthToSpaceQueueDescriptor, info); in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonWorkloadFactory.cpp258 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local
259 return std::make_unique<NeonDepthToSpaceWorkload>(*depthToSpaceQueueDescriptor, info); in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/cl/
H A DClWorkloadFactory.cpp379 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local
380 …return MakeWorkload<ClDepthToSpaceWorkload>(*depthToSpaceQueueDescriptor, info, m_CLCompileContext… in CreateWorkload()
/aosp_15_r20/external/armnn/src/backends/backendsCommon/
H A DWorkloadFactory.cpp1678 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local
1679 return CreateDepthToSpace(*depthToSpaceQueueDescriptor, info); in CreateWorkload()