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