Function caffe2_math::copy_vector

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