Skip to content

Commit

Permalink
Update nn.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelDkhn committed Nov 23, 2023
1 parent b5b77c9 commit 41bf684
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/operators/nn.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ use orion::operators::nn::core::NNTrait;

use orion::operators::nn::implementations::nn_fp8x23::FP8x23NN;
use orion::operators::nn::implementations::nn_fp16x16::FP16x16NN;
use orion::operators::nn::implementations::nn_fp32x32::FP32x32NN;
use orion::operators::nn::implementations::nn_fp64x64::FP64x64NN;
use orion::operators::nn::implementations::nn_i8::I8NN;
use orion::operators::nn::implementations::nn_i32::I32NN;
use orion::operators::nn::implementations::nn_u32::U32NN;

0 comments on commit 41bf684

Please sign in to comment.