Function tensorflow::ops::euclidean_norm

source ·
pub fn euclidean_norm<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    reduction_indices: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for EuclideanNorm::new().build(input, reduction_indices, scope).