bunsen 0.21.0

bunsen is acceleration tooling for burn
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Serializable / Reference-Free descriptors of `burner` types.

mod param_desc;
mod tensor_desc;
mod tensor_kinds;

#[doc(inline)]
pub use param_desc::*;
#[doc(inline)]
pub use tensor_desc::*;
#[doc(inline)]
pub use tensor_kinds::*;