Tensor_sum top-level property
Implementation
final Pointer<Void> Function(Pointer<Void> tensor, bool has_type, int dtype)
Tensor_sum = nativeLib
.lookup<
NativeFunction<
Pointer<Void> Function(Pointer<Void> tensor, Bool has_type,
Int8 dtype)>>('THSTensor_sum')
.asFunction();