Function caffe2_math::reduce_l2impl

source ·
pub fn reduce_l2impl<T>(
    ndim: i32,
    x_dims: *const i32,
    y_dims: *const i32,
    alpha: T,
    x: *const T,
    y: *mut T,
    context: *mut CPUContext
)