Searched defs:LogSoftmaxQueueDescriptor (Results 1 – 3 of 3) sorted by relevance
147 std::unique_ptr<IWorkload> CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*descriptor*/, in CreateLogSoftmax() argument
2125 std::unique_ptr<IWorkload> IWorkloadFactory::CreateLogSoftmax(const LogSoftmaxQueueDescriptor& /*de… in CreateLogSoftmax() argument
358 struct LogSoftmaxQueueDescriptor : QueueDescriptorWithParameters<LogSoftmaxDescriptor> struct