Function tensorflow::ops::image_summary

source ·
pub fn image_summary<O0: Into<Output>, O1: Into<Output>>(
    tag: O0,
    tensor: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ImageSummary::new().build(tag, tensor, scope).