tensorflow::ops

Function 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).