|
Menoh
|
The builder class to build model. More...
#include <menoh.hpp>
Public Member Functions | |
| model_builder (variable_profile_table const &variable_profile_table) | |
| void | attach_external_buffer (std::string const &name, void *buffer_handle) |
| Users can attach external buffers to variables. More... | |
| model | build_model (model_data const &model_data, std::string const &backend_name, std::string const &backend_config="") |
| Factory function for model. More... | |
The builder class to build model.
|
inlineexplicit |
|
inline |
Users can attach external buffers to variables.
Variables attached no external buffer are attached internal buffers allocated automatically.
|
inline |
Factory function for model.
1.8.14