setTensorOrScalar top-level property

void Function(Pointer<Void> array, int index, int typeCode, int arrayIndex, Pointer<Void> handle) setTensorOrScalar
final

Implementation

final void Function(Pointer<Void> array,int index,int typeCode,int arrayIndex,Pointer<Void> handle) setTensorOrScalar = nativeLib
    .lookup<NativeFunction<Void Function(Pointer<Void> array,Int32 index,Int64 typeCode,Int64 arrayIndex,Pointer<Void> handle)>>(
    'THSJIT_SetTensorOrScalar')
.asFunction();