#include <ModelChef.h>
Definition at line 27 of file ModelChef.h.
◆ GeneratedModel()
tflchef::GeneratedModel::GeneratedModel |
( |
std::unique_ptr< Impl > && |
impl | ) |
|
|
inline |
Definition at line 39 of file ModelChef.h.
39 : _impl{std::move(impl)}
40 {
41
42 }
◆ base()
const char * tflchef::GeneratedModel::base |
( |
void |
| ) |
const |
|
inline |
Definition at line 45 of file ModelChef.h.
45{ return _impl->base(); }
◆ size()
size_t tflchef::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: