ml_nnfw_hw_e class abstract
@brief 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. @since_tizen 5.5
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ML_NNFW_HW_ANY → const int
- < Hardware resource is not specified.
- ML_NNFW_HW_AUTO → const int
- < Try to schedule and optimize if possible.
- ML_NNFW_HW_CPU → const int
- < 0x1000: any CPU. 0x1nnn: CPU # nnn-1.
- ML_NNFW_HW_CPU_NEON → const int
- < 0x1100: NEON (alias for SIMD) in CPU. (Since 6.0)
- ML_NNFW_HW_CPU_SIMD → const int
- < 0x1100: SIMD in CPU. (Since 6.0)
- ML_NNFW_HW_GPU → const int
- < 0x2000: any GPU. 0x2nnn: GPU # nnn-1.
- ML_NNFW_HW_NPU → const int
- < 0x3000: any NPU. 0x3nnn: NPU # nnn-1.
- ML_NNFW_HW_NPU_EDGE_TPU → const int
- < 0x3002: Google Coral Edge TPU (USB). (Since 6.0)
- ML_NNFW_HW_NPU_MOVIDIUS → const int
- < 0x3001: Intel Movidius Stick. (Since 6.0)
- ML_NNFW_HW_NPU_SLSI → const int
- < 0x3004: Samsung S.LSI. (Since 6.5)
- ML_NNFW_HW_NPU_SR → const int
- < 0x13000: any SR (Samsung Research) made NPU. (Since 6.0)
- ML_NNFW_HW_NPU_VIVANTE → const int
- < 0x3003: VeriSilicon's Vivante. (Since 6.0)