ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nnsuite::conv::Model Struct Referenceabstract

#include <Model.h>

Public Member Functions

virtual ~Model ()=default
 
virtual const nncc::core::ADT::feature::Shapeifm_shape (void) const =0
 
virtual const std::string & ifm_name (void) const =0
 
virtual const nncc::core::ADT::feature::Shapeofm_shape (void) const =0
 
virtual const std::string & ofm_name (void) const =0
 
virtual const nncc::core::ADT::kernel::Shapeker_shape (void) const =0
 
virtual const nncc::core::ADT::kernel::Reader< float > & ker_data (void) const =0
 

Detailed Description

Definition at line 31 of file Model.h.

Constructor & Destructor Documentation

◆ ~Model()

virtual nnsuite::conv::Model::~Model ( )
virtualdefault

Member Function Documentation

◆ ifm_name()

virtual const std::string & nnsuite::conv::Model::ifm_name ( void  ) const
pure virtual

Implemented in nnsuite::conv::RandomModel.

◆ ifm_shape()

virtual const nncc::core::ADT::feature::Shape & nnsuite::conv::Model::ifm_shape ( void  ) const
pure virtual

Implemented in nnsuite::conv::RandomModel.

◆ ker_data()

virtual const nncc::core::ADT::kernel::Reader< float > & nnsuite::conv::Model::ker_data ( void  ) const
pure virtual

Implemented in nnsuite::conv::RandomModel.

◆ ker_shape()

virtual const nncc::core::ADT::kernel::Shape & nnsuite::conv::Model::ker_shape ( void  ) const
pure virtual

Implemented in nnsuite::conv::RandomModel.

◆ ofm_name()

virtual const std::string & nnsuite::conv::Model::ofm_name ( void  ) const
pure virtual

Implemented in nnsuite::conv::RandomModel.

◆ ofm_shape()

virtual const nncc::core::ADT::feature::Shape & nnsuite::conv::Model::ofm_shape ( void  ) const
pure virtual

Implemented in nnsuite::conv::RandomModel.


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