Enum CacheCompatibility_t

Enum Documentation

enum class DlSystem::CacheCompatibility_t : int

Values:

enumerator CACHE_COMPATIBILITY_PERMISSIVE = 0

A binary cache is compatible if it could run on the device. This is the default.

enumerator CACHE_COMPATIBILITY_STRICT = 1

A binary cache is compatible if it could run on the device and fully utilize hardware capability.

enumerator CACHE_COMPATIBILITY_ALWAYS_GENERATE_NEW_CACHE = 2

A binary cache is always incompatible. SNPE will generate new cache.