pointer property

Pointer<Void> get pointer

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

Implementation

Pointer<Void> get pointer => _layout.cast<Void>();