ONE - On-device Neural Engine
|
#include <Model.h>
Public Member Functions | |
virtual | ~Model ()=default |
virtual const nncc::core::ADT::feature::Shape & | ifm_shape (void) const =0 |
virtual const std::string & | ifm_name (void) const =0 |
virtual const nncc::core::ADT::feature::Shape & | ofm_shape (void) const =0 |
virtual const std::string & | ofm_name (void) const =0 |
virtual const nncc::core::ADT::kernel::Shape & | ker_shape (void) const =0 |
virtual const nncc::core::ADT::kernel::Reader< float > & | ker_data (void) const =0 |
|
virtualdefault |
|
pure virtual |
Implemented in nnsuite::conv::RandomModel.
|
pure virtual |
Implemented in nnsuite::conv::RandomModel.
|
pure virtual |
Implemented in nnsuite::conv::RandomModel.
|
pure virtual |
Implemented in nnsuite::conv::RandomModel.
|
pure virtual |
Implemented in nnsuite::conv::RandomModel.
|
pure virtual |
Implemented in nnsuite::conv::RandomModel.