InterpreterWrapper class

Inheritance

Constructors

InterpreterWrapper()

Properties

address int
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isDeleted bool
no setteroverride
outPutTensorShape List<int>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
override
fromAddress(int address, {bool allocated = false, bool deleted = false}) → void
override
fromAsset(String assetName, {InterpreterOptions? options}) Future<Interpreter>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(Object input, Object output) → void
override
toString() String
A string representation of this object.
inherited

Operators

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