Function tensorflow::ops::decode_bmp

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

Shorthand for DecodeBmp::new().build(contents, scope).