IInterpreter class abstract

Implementers

Constructors

IInterpreter()

Properties

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

Methods

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

Operators

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