Function tensorflow::ops::complex
source · pub fn complex<O0: Into<Output>, O1: Into<Output>>(
real: O0,
imag: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for Complex::new().build(real, imag, scope)
.