ModuleInfo class
- Inheritance
-
- Object
- NativeObject
- ModuleInfo
Constructors
- ModuleInfo.create()
-
factory
- ModuleInfo.fromPointer(mnn_module_info_t ptr, {bool attach = true, int? externalSize})
Properties
- attach → bool
-
finalinherited
- bizCode → String
-
no setter
- finalizer → NativeFinalizer
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputsLength → int
-
no setter
- isEmpty → bool
-
no setterinherited
-
metadata
→ Map<
String, String> -
no setter
-
props
→ List<
Object?> -
no setteroverride
-
ptr
→ Pointer<
Void> -
Gets the pointer to the underlying C++ object
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String
-
no setter
Methods
-
defaultFormat(
) → DimensionFormat -
dispose(
) → void -
inherited
-
getInput(
int index) → VariableInfo -
getInputNames(
) → List< String> -
getOutputNames(
) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reattach(
Pointer< Void> ptr) → void -
inherited
-
release(
) → void -
Releases the underlying C++ object
Subclasses must implement specific release logic
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited