Function tensorflow::ops::generator_dataset
source · pub fn generator_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
init_func_other_args: O0,
next_func_other_args: O1,
finalize_func_other_args: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for GeneratorDataset::new().build(init_func_other_args, next_func_other_args, finalize_func_other_args, scope)
.