Function tensorflow::ops::placeholder
source · pub fn placeholder(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for Placeholder::new().build(scope)
.
pub fn placeholder(scope: &mut Scope) -> Result<Operation>
Shorthand for Placeholder::new().build(scope)
.