Menoh
|
Classes | |
class | menoh::model_data |
model data class More... | |
Functions | |
model_data | menoh::make_model_data_from_onnx (std::string const &onnx_filename) |
Load ONNX file and make model_data. More... | |
model_data | menoh::make_model_data_from_onnx_data_on_memory (const uint8_t *onnx_data, uint32_t size) |
Make model_data from onnx binary data on memory. More... | |
|
inline |
Load ONNX file and make model_data.
|
inline |
Make model_data from onnx binary data on memory.