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