pub fn write_image_summary<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    writer: O0,
    step: O1,
    tag: O2,
    tensor: O3,
    bad_color: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for WriteImageSummary::new().build(writer, step, tag, tensor, bad_color, scope).