training_error

Macro training_error 

Source
macro_rules! training_error {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}