Searched refs:logSoftmaxQueueDescriptor (Results 1 – 4 of 4) sorted by relevance
399 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local400 return std::make_unique<RefLogSoftmaxWorkload>(*logSoftmaxQueueDescriptor, info); in CreateWorkload()
422 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local423 return std::make_unique<NeonLogSoftmaxWorkload>(*logSoftmaxQueueDescriptor, in CreateWorkload()
588 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local590 return MakeWorkload<ClLogSoftmaxWorkload>(*logSoftmaxQueueDescriptor, in CreateWorkload()
1766 …auto logSoftmaxQueueDescriptor = PolymorphicDowncast<const LogSoftmaxQueueDescriptor*>(&descriptor… in CreateWorkload() local1767 return CreateLogSoftmax(*logSoftmaxQueueDescriptor, info); in CreateWorkload()