Backend class sealed
Backend for the LiteRT-LM engine.
- Implementers
Constructors
- Backend.cpu({int? threadCount})
-
CPU LiteRT backend.
constfactory
- Backend.gpu()
-
GPU LiteRT backend.
constfactory
- Backend.npu({String? nativeLibraryDir})
-
NPU LiteRT backend.
constfactory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited