interface NnapiExecutionProviderOption {
    cpuDisabled?: boolean;
    cpuOnly?: boolean;
    name: "nnapi";
    useFP16?: boolean;
    useNCHW?: boolean;
}

Hierarchy (view full)

Properties

cpuDisabled?: boolean
cpuOnly?: boolean
name: "nnapi"
useFP16?: boolean
useNCHW?: boolean

Generated using TypeDoc