Function tensorflow::eager::raw_ops::complex
source · pub fn complex<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
real: &T0,
imag: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for Complex::new().call(&ctx, &real, &imag)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/Complex