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