ScheduleConfig class

Inheritance

Constructors

ScheduleConfig.create({ForwardType type = ForwardType.MNN_FORWARD_CPU, int numThread = 4, int? mode, BackendConfig? backendConfig})
factory
ScheduleConfig.fromPointer(Pointer<mnn_schedule_config_t> ptr, {bool attach = true, int? externalSize})

Properties

attach bool
finalinherited
backendConfig BackendConfig
getter/setter pair
finalizer NativeFinalizer
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
no setterinherited
mode int
getter/setter pair
numThread int
getter/setter pair
props List<Object?>
no setteroverride
ptr Pointer<Void>
Gets the pointer to the underlying C++ object
no setterinherited
ref → mnn_schedule_config_t
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
no setter

Methods

dispose() → void
inherited
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited