lockTensorBuffer property

int Function(LiteRtTensorBuffer, Pointer<Pointer<Void>>, int) lockTensorBuffer
latefinal

Implementation

late final lockTensorBuffer = _lib.lookupFunction<
    Int32 Function(LiteRtTensorBuffer, Pointer<Pointer<Void>>, Int32),
    int Function(LiteRtTensorBuffer, Pointer<Pointer<Void>>, int)>(
  'LiteRtLockTensorBuffer',
);