interface QnnExecutionProviderOption {
    backendPath?: string;
    backendType?: string;
    enableFp16Precision?: boolean;
    name: "qnn";
}

層級 (檢視完整)

屬性

backendPath?: string

指定QNN後端庫的路徑。與 backendType 互斥。

backendType?: string

指定QNN後端型別。例如,'cpu' 或 'htp'。與 backendPath 互斥。

預設

'htp'
enableFp16Precision?: boolean

指定是否啟用HTP FP16精度。

預設

true
name: "qnn"

使用 TypeDoc 生成