Function tensorflow::ops::print

source ·
pub fn print<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    data: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Print::new().build(input, data, scope).