righvalor 0.1.0

RighValor: AI Infrastructure and Applications Framework for the Far Edge
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/// # QCA Proxy Service
///
/// Proxy service for integrating with Qualcomm AI Engine (QCA) and related
/// hardware-accelerated AI inference capabilities. This service provides
/// abstraction layer for QCA-specific APIs and optimization techniques.
///
/// The QCA proxy enables efficient utilization of Qualcomm's AI acceleration
/// hardware while providing a unified interface that abstracts hardware-specific
/// implementation details from the broader Valor service ecosystem.
use serde::{Deserialize, Serialize};

#[derive(Debug, Clone, Serialize, Deserialize)]
#[serde(rename_all = "snake_case")]
pub enum ValorQcaProxyService {}