| 95 | }; |
| 96 | |
| 97 | } // namespace |
| 98 | |
| 99 | OmniVoiceLoadedModel::OmniVoiceLoadedModel( |
| 100 | runtime::ModelMetadata metadata, |
| 101 | runtime::CapabilitySet capabilities, |
| 102 | std::shared_ptr<const OmniVoiceAssets> assets) |
nothing calls this directly
no test coverage detected