Function caffe2_math::reduce_sum_impl
source · pub fn reduce_sum_impl<T>(
ndim: i32,
x_dims: *const i32,
y_dims: *const i32,
alpha: T,
x: *const T,
y: *mut T,
context: *mut CPUContext
)
pub fn reduce_sum_impl<T>(
ndim: i32,
x_dims: *const i32,
y_dims: *const i32,
alpha: T,
x: *const T,
y: *mut T,
context: *mut CPUContext
)