vyre-conform 0.1.0

Conformance suite for vyre backends — proves byte-identical output to CPU reference
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod byte_encoding;
pub mod element_decode;
pub mod error;
pub mod numeric_prefix;
pub mod numeric_views;
pub mod tensor;
#[cfg(test)]
pub mod tests;
pub mod value_enum;
pub mod zero;

pub use error::ValueError;
pub use tensor::TensorValue;
pub use value_enum::Value;