Function tensorflow::eager::raw_ops::image_summary
source · pub fn image_summary<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
tag: &T0,
tensor: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for ImageSummary::new().call(&ctx, &tag, &tensor)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/ImageSummary