l2Normalize

fun l2Normalize(scope: Scope?, x: Operand<Float>, axis: IntArray?): Operand<Float>

Normalizes a tensor wrt the L2 norm alongside the specified axis.

Parameters

scope

: Current scope

x

: Operand

axis

: Axis along which to perform normalization