Function tensorflow::ops::risc_dot
source · pub fn risc_dot<O0: Into<Output>, O1: Into<Output>>(
a: O0,
b: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RiscDot::new().build(a, b, scope)
.