Function caffe2_math::mul

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