tensorflow::ops

Function 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).