Crate rten_base

Source
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.