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