pub unsafe extern "C" fn atg__weight_norm(
    out__: *mut *mut C_tensor,
    v_: *mut C_tensor,
    g_: *mut C_tensor,
    dim_: i64
)