NnInputVector

Trait NnInputVector 

Source
pub trait NnInputVector: Send {
    // Required method
    fn into_vec_f32(&self) -> Vec<f32>;
}

Required Methods§

Source

fn into_vec_f32(&self) -> Vec<f32>

Implementations on Foreign Types§

Source§

impl NnInputVector for Vec<f32>

Implementors§