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