NNEngine

Type Alias NNEngine 

Source
pub type NNEngine = nn_engine;
Expand description

@struct NNEngine

Engine structure provides the means to implement custom tensor and kernel implementations which implement the DeepViewRT inference backend. As an example the OpenCL backend is provided as a plugin which exposes an NNEngine which maps NNTensors to cl_mem objects and kernels as OpenCL kernels.

Aliased Typeยง

#[repr(C)]
pub struct NNEngine { /* private fields */ }