pointer property

Pointer<Void> get pointer

Pass to LiteRt accessor functions (e.g. getInputTensorLayout).

Implementation

Pointer<Void> get pointer => Platform.isWindows
    ? _msvc.cast<Void>()
    : _posix.cast<Void>();