Function tensorflow::ops::placeholder

source ·
pub fn placeholder(scope: &mut Scope) -> Result<Operation>
Expand description

Shorthand for Placeholder::new().build(scope).