Function tensorflow::ops::l2_loss

source ·
pub fn l2_loss<O0: Into<Output>>(t: O0, scope: &mut Scope) -> Result<Operation>
Expand description

Shorthand for L2Loss::new().build(t, scope).