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

#include <BCQGather.h>

Collaboration diagram for BCQGatherChefFactory:

Public Member Functions

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

Detailed Description

Definition at line 44 of file BCQGather.h.

Member Function Documentation

◆ create()

std::unique_ptr< OpChef > BCQGatherChefFactory::create ( const circlechef::Operation *  operation) const
overridevirtual

Implements OpChefFactory.

Definition at line 33 of file BCQGather.cpp.

34{
35 return std::unique_ptr<OpChef>{new BCQGatherChef{operation}};
36}

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