Expand description
Common utilities used by other RTen crates.
This is an internal crate which contains various utilities that don’t have a more dedicated home.
Modules§
- byte_
cast - Cast values and slices to/from bytes.
- iter
- Iterators and iterator-related traits.
- num
- Numeric traits and functions.
- unroll
- Loop-unrolling macros.
Macros§
- unroll_
loop - Generate an unrolled loop.
- unroll_
loop_ x4 - Unroll a loop 4x.