Quantization node (#887)

Add basic quantization node
This commit is contained in:
Dennis Kobert
2022-12-31 18:30:35 +01:00
committed by Keavon Chambers
parent 79ad3e7908
commit 74bfd630a9
10 changed files with 528 additions and 25 deletions
+3
View File
@@ -15,4 +15,7 @@ pub mod any;
#[cfg(feature = "gpu")]
pub mod executor;
#[cfg(feature = "quantization")]
pub mod quantization;
pub use graphene_core::*;