pub fn risc_conv<O0: Into<Output>, O1: Into<Output>>( input: O0, filter: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RiscConv::new().build(input, filter, scope).
RiscConv::new().build(input, filter, scope)