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

Hierarchy (view full)

Properties

backendPath?: string

Specify a path to the QnnHtp.dll file.

Default

'QnnHtp.dll'
enableFp16Precision?: boolean

Specify whether to enable HTP FP16 precision.

Default

true
name: "qnn"

Generated using TypeDoc