pub fn l2_loss<O0: Into<Output>>(t: O0, scope: &mut Scope) -> Result<Operation>
Shorthand for L2Loss::new().build(t, scope).
L2Loss::new().build(t, scope)