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