Function tensorflow::ops::parse_single_example
source · pub fn parse_single_example<O0: Into<Output>, O1: Into<Output>>(
serialized: O0,
dense_defaults: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ParseSingleExample::new().build(serialized, dense_defaults, scope)
.