Expand description
Structured errors for nir-rs.
Covers graph construction/validation, tensor shape checks, and HDF5 .nir
I/O.
Enums§
- NirError
- Public error type for NIR operations.
- Parameter
Error - Local convolution or pooling parameter invariant that failed.
- Read
Limit Resource - Structural collection bounded by a
crate::io::ReadOptionscount limit.
Type Aliases§
- Result
- Result type used across the crate.