Searched defs:SoftmaxQueueDescriptor (Results 1 – 3 of 3) sorted by relevance
239 std::unique_ptr<IWorkload> CreateSoftmax(const SoftmaxQueueDescriptor& /*descriptor*/, in CreateSoftmax() argument
2280 std::unique_ptr<IWorkload> IWorkloadFactory::CreateSoftmax(const SoftmaxQueueDescriptor& /*descript… in CreateSoftmax() argument
105 struct SoftmaxQueueDescriptor : QueueDescriptorWithParameters<SoftmaxDescriptor> struct