Function tensorflow::ops::save_slices

source ·
pub fn save_slices<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    filename: O0,
    tensor_names: O1,
    shapes_and_slices: O2,
    data: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SaveSlices::new().build(filename, tensor_names, shapes_and_slices, data, scope).