pub fn create_backend(
config: BackendConfig,
) -> Result<Box<dyn InferenceBackend>, EdgeImpulseError>
Expand description
Factory function to create the appropriate backend
pub fn create_backend(
config: BackendConfig,
) -> Result<Box<dyn InferenceBackend>, EdgeImpulseError>
Factory function to create the appropriate backend