Struct menoh::ModelData[][src]

pub struct ModelData { /* fields omitted */ }

Represent model data defined by ONNX file.

Methods

impl ModelData
[src]

Create ModelData from given ONNX file.

Optimize model data

Trait Implementations

impl Drop for ModelData
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for ModelData

impl !Sync for ModelData