Tensor_sum top-level property

Pointer<Void> Function(Pointer<Void> tensor, bool has_type, int dtype) Tensor_sum
final

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();