1 2 3 4 5 6 7
//! Compat code to bridge `burn_support` updates. //! //! This module is crate-private; and exists only to permit this //! module to link against multiple versions of `burn_support`. pub mod conv_shape; pub mod ops;