Skip to main content

Output

Type Alias Output 

Source
pub type Output = Vec<f32>;
Expand description

Output of a single op invocation. Each backend produces its own Vec<f32> after to_vec()-ing its buffer to host.

Aliased Typeยง

pub struct Output { /* private fields */ }