Function tensorflow::ops::read_file

source ·
pub fn read_file<O0: Into<Output>>(
    filename: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ReadFile::new().build(filename, scope).