Enum Snpe_CacheCompatibility_t¶
Defined in File DlEnums.h
Enum Documentation¶
-
enum Snpe_CacheCompatibility_t¶
Enumeration that list the mode of checking compatibility
Values:
-
enumerator SNPE_CACHE_COMPATIBILITY_PERMISSIVE = 0¶
A binary cache is compatible if it could run on the device. This is the default.
-
enumerator SNPE_CACHE_COMPATIBILITY_STRICT = 1¶
A binary cache is compatible if it could run on the device and fully utilize hardware capability.
-
enumerator SNPE_CACHE_COMPATIBILITY_ALWAYS_GENERATE_NEW_CACHE = 2¶
A binary cache is always incompatible. SNPE will generate new cache.
-
enumerator SNPE_CACHE_COMPATIBILITY_PERMISSIVE = 0¶