pub unsafe extern "C" fn atg_argmax(
    out__: *mut *mut C_tensor,
    self_: *mut C_tensor,
    dim_v: i64,
    dim_null: i8,
    keepdim_: c_int
)