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

#include <DepthwiseConv2D.h>

Collaboration diagram for DepthwiseConv2DChefFactory:

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 47 of file DepthwiseConv2D.h.

Member Function Documentation

◆ create()

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

Implements OpChefFactory.

Definition at line 46 of file DepthwiseConv2D.cpp.

47{
48 return std::unique_ptr<OpChef>{new DepthwiseConv2DChef{operation}};
49}

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