Searched refs:depthToSpaceQueueDescriptor (Results 1 – 4 of 4) sorted by relevance
273 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local274 return std::make_unique<RefDepthToSpaceWorkload>(*depthToSpaceQueueDescriptor, info); in CreateWorkload()
258 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local259 return std::make_unique<NeonDepthToSpaceWorkload>(*depthToSpaceQueueDescriptor, info); in CreateWorkload()
379 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local380 …return MakeWorkload<ClDepthToSpaceWorkload>(*depthToSpaceQueueDescriptor, info, m_CLCompileContext… in CreateWorkload()
1678 …auto depthToSpaceQueueDescriptor = PolymorphicDowncast<const DepthToSpaceQueueDescriptor*>(&descri… in CreateWorkload() local1679 return CreateDepthToSpace(*depthToSpaceQueueDescriptor, info); in CreateWorkload()