tensorflow::ops

Function placeholder_with_default

Source
pub fn placeholder_with_default<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for PlaceholderWithDefault::new().build(input, scope).