[][src]Macro tract_core::assert_forward

macro_rules! assert_forward {
    ($op:expr, $input:ident, $output:ident) => { ... };
}

Asserts that forward inference results work as expected.