menu
nexora_sdk_platform_interface package
documentation
models/hardware_models.dart
AiInferenceResult
outputs property
outputs property
dark_mode
light_mode
outputs
property
Map
<
String
,
dynamic
>
outputs
final
The raw tensor outputs mapped by their output names.
Implementation
final Map<String, dynamic> outputs;
nexora_sdk_platform_interface package
documentation
models/hardware_models
AiInferenceResult
outputs property
AiInferenceResult class