LiteRtLayoutView class
Layout-agnostic view over a LiteRtLayout* returned from the C API.
Pick the right struct (POSIX vs MSVC) based on the host compiler ABI
at allocation time so callers don't need to think about it.
Constructors
- LiteRtLayoutView.calloc()
-
Allocate a layout in the right ABI for the current platform.
Free with free.
factory
Properties
Methods
-
dimension(
int i) → int -
free(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited