Searched refs:RefLogSoftmaxWorkload (Results 1 – 6 of 6) sorted by relevance
20 void RefLogSoftmaxWorkload::Execute() const in Execute()25 void RefLogSoftmaxWorkload::ExecuteAsync(ExecutionData& executionData) in ExecuteAsync()31 void RefLogSoftmaxWorkload::Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*>… in Execute()
14 class RefLogSoftmaxWorkload : public RefBaseWorkload<LogSoftmaxQueueDescriptor> class
135 RefLogSoftmaxWorkload.cpp136 RefLogSoftmaxWorkload.hpp
83 workloads/RefLogSoftmaxWorkload.cpp \
400 return std::make_unique<RefLogSoftmaxWorkload>(*logSoftmaxQueueDescriptor, info); in CreateWorkload()911 return std::make_unique<RefLogSoftmaxWorkload>(descriptor, info); in CreateLogSoftmax()
16167 FileName: ./src/backends/reference/workloads/RefLogSoftmaxWorkload.cpp16174 FileName: ./src/backends/reference/workloads/RefLogSoftmaxWorkload.hpp