pub fn execute(name: &str, inputs: &[&[f32]]) -> Option<Vec<f32>>
Execute a previously-registered op. Returns None if the op isn’t registered.
None