activeAccelerator property
String?
get
activeAccelerator
Active inference backend label. On native this is always null (the engine
is selected via useCompiledModel / PerformanceConfig, not a LiteRT.js
accelerator); the web implementation reports 'webgpu' / 'wasm'. Kept
for cross-platform API parity so the same code compiles on every platform.
Implementation
String? get activeAccelerator => null;