Function tensorflow::ops::tensor_summary
source · pub fn tensor_summary<O0: Into<Output>>(
tensor: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorSummary::new().build(tensor, scope)
.