Type Alias deepviewrt_sys::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§
struct NNEngine { /* private fields */ }