Function tensorflow::ops::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)
.