tensorflow::ops

Function 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).