Function caffe2_math::max

source ·
pub fn max<T, Context>(
    n: i32,
    a: *const T,
    b: *const T,
    c: *mut T,
    context: *mut Context
)