AiliaModel class
Constructors
Properties
- ailia ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ppAilia
↔ Pointer<
Pointer< ?AILIANetwork> > -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → void -
getInputDetails(
) → List< AiliaDetail> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openFile(
String onnxPath, {int envId = ailia_dart.AILIA_ENVIRONMENT_ID_AUTO, int memoryMode = ailia_dart.AILIA_MEMORY_OPTIMAIZE_DEFAULT}) → void -
openMem(
Uint8List onnx, {int envId = ailia_dart.AILIA_ENVIRONMENT_ID_AUTO, int memoryMode = ailia_dart.AILIA_MEMORY_OPTIMAIZE_DEFAULT}) → void -
run(
List< AiliaTensor> inputTensor) → List<AiliaTensor> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getEnvironmentList(
) → List< AiliaEnvironment> -
setTemporaryCachePath(
String path) → void