Function tensorflow::ops::get_options
source · pub fn get_options<O0: Into<Output>>(
input_dataset: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for GetOptions::new().build(input_dataset, scope)
.