morok-ir 0.1.0-alpha.2

Intermediate representation for the Morok ML compiler
Documentation
1
2
3
4
5
6
7
8
9
//! Property-based tests for IR operations.
//!
//! Uses proptest to verify invariants across wide input spaces.

#[cfg(test)]
mod dtype_props;

pub mod generators;
pub mod shrinking;