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