Function tensorflow::ops::parse_example
source · pub fn parse_example<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
serialized: O0,
names: O1,
sparse_keys: O2,
dense_keys: O3,
dense_defaults: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ParseExample::new().build(serialized, names, sparse_keys, dense_keys, dense_defaults, scope)
.