run method
Runs inference with Float32 input tensors and returns Float32 outputs.
Implementation
List<Float32List> run(List<Float32List> inputs) {
throw UnsupportedError('CompiledModel is not supported on this platform.');
}
Runs inference with Float32 input tensors and returns Float32 outputs.
List<Float32List> run(List<Float32List> inputs) {
throw UnsupportedError('CompiledModel is not supported on this platform.');
}