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

#include <Select.h>

Collaboration diagram for SelectChefFactory:

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 41 of file Select.h.

Member Function Documentation

◆ create()

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

Implements OpChefFactory.

Definition at line 26 of file Select.cpp.

27{
28 return std::unique_ptr<OpChef>{new SelectChef{operation}};
29}

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