Updated on 2023-06-15 GMT+08:00

Introduction

hilens::Model Class

The model manager is used to load the model and perform inference.

#include <model.h>

Destructor

~Model()
virtual hilens::Model::~Model( )

When a model is destructed, resources such as hiai::Graph are released.