pub type Output = Vec<f32>;
Output of a single op invocation. Each backend produces its own Vec<f32> after to_vec()-ing its buffer to host.
Vec<f32>
to_vec()
pub struct Output { /* private fields */ }