pub fn tensor_slice_dataset<O0: Into<Output>>(
    components: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorSliceDataset::new().build(components, scope).