Show / Hide Table of Contents

    Enum HWType

    Definition

    Namespace:
    Tizen.MachineLearning.Inference
    Assembly:
    Tizen.MachineLearning.Inference.dll
    API Level:
    6

    Types of hardware resources to be used for NNFWs. Note that if the affinity (nnn) is not supported by the driver or hardware, it is ignored.

    public enum HWType

    Fields

    Name Description
    Any

    Hardware resource is not specified.

    Auto

    Try to schedule and optimize if possible.

    CPU

    Any CPU if possible.

    GPU

    Any GPU if possible.

    NPU

    Any NPU if possible.

    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX