ONE - On-device Neural Engine
Loading...
Searching...
No Matches
LogSoftmaxChefFactory Struct Referencefinal

#include <LogSoftmax.h>

Collaboration diagram for LogSoftmaxChefFactory:

Public Member Functions

std::unique_ptr< OpChefcreate (const tflchef::Operation *operation) const override
 
- Public Member Functions inherited from OpChefFactory
virtual ~OpChefFactory ()=default
 
virtual ~OpChefFactory ()=default
 

Detailed Description

Definition at line 44 of file LogSoftmax.h.

Member Function Documentation

◆ create()

std::unique_ptr< OpChef > LogSoftmaxChefFactory::create ( const tflchef::Operation *  operation) const
overridevirtual

Implements OpChefFactory.

Definition at line 29 of file LogSoftmax.cpp.

30{
31 return std::unique_ptr<OpChef>{new LogSoftmaxChef{operation}};
32}

The documentation for this struct was generated from the following files: