Neural Network

This module contains primitive Neural Net (NN) operations.

use orion::operators::nn;

Data types

Orion supports currently these NN types.

NNTrait

NNTrait contains the primitive functions to build a Neural Network.

Last updated