bimm-contracts 0.4.2

Runtime shape/geometry contracts for the burn framework.
1
2
3
4
5
6
7
//! # Framework Support.

#[cfg(feature = "burn")]
pub mod burn;

#[cfg(feature = "tch")]
pub mod tch;