Searched defs:mMaxValueSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/ml/nn/driver/cache/nnCache/
H A DnnCache.h118 // mMaxValueSize is the maximum value size that will be cached.
119 size_t mMaxValueSize; member in class:android::NNCache
/frameworks/native/opengl/libs/EGL/
H A DBlobCache.h226 // mMaxValueSize is the maximum value size that will be cached. Calls to
227 // BlobCache::set with a valueSize parameter larger than mMaxValueSize will
229 const size_t mMaxValueSize; member in class:android::BlobCache
/frameworks/ml/nn/driver/cache/BlobCache/
H A DBlobCache.h314 // mMaxValueSize is the maximum value size that will be cached. Calls to
315 // BlobCache::set with a valueSize parameter larger than mMaxValueSize will
317 const size_t mMaxValueSize; member in class:android::BlobCache

Completed in 9 milliseconds