Function tensorflow::ops::multiply
source · pub fn multiply<O1: Into<Output>, O2: Into<Output>>(
a: O1,
b: O2,
scope: &mut Scope
) -> Result<Operation>
👎Deprecated since 0.15.0: Use mul instead.
Expand description
Shorthand for Multiply::new().build(scope), a, b)
.