Function tensorflow::ops::zeros_like
source · pub fn zeros_like<O0: Into<Output>>(
x: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ZerosLike::new().build(x, scope)
.
pub fn zeros_like<O0: Into<Output>>(
x: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for ZerosLike::new().build(x, scope)
.