ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
DepthToSpaceChefFactory Struct Referencefinal

#include <DepthToSpace.h>

Collaboration diagram for DepthToSpaceChefFactory:

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 DepthToSpace.h.

Member Function Documentation

◆ create()

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

Implements OpChefFactory.

Definition at line 39 of file DepthToSpace.cpp.

40{
41 return std::unique_ptr<OpChef>{new DepthToSpaceChef{operation}};
42}

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