ONE - On-device Neural Engine
Loading...
Searching...
No Matches
circlechef::GeneratedModel Class Referencefinal

#include <ModelChef.h>

Data Structures

struct  Impl
 

Public Member Functions

 GeneratedModel (std::unique_ptr< Impl > &&impl)
 
const char * base (void) const
 
size_t size (void) const
 

Detailed Description

Definition at line 27 of file ModelChef.h.

Constructor & Destructor Documentation

◆ GeneratedModel()

circlechef::GeneratedModel::GeneratedModel ( std::unique_ptr< Impl > &&  impl)
inline

Definition at line 39 of file ModelChef.h.

39 : _impl{std::move(impl)}
40 {
41 // DO NOTHING
42 }

Member Function Documentation

◆ base()

const char * circlechef::GeneratedModel::base ( void  ) const
inline

Definition at line 45 of file ModelChef.h.

45{ return _impl->base(); }

◆ size()

size_t circlechef::GeneratedModel::size ( void  ) const
inline

Definition at line 46 of file ModelChef.h.

46{ return _impl->size(); }

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