Home
last modified time | relevance | path

Searched defs:cacheToken (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DConversions.cpp734 nn::GeneralResult<std::vector<uint8_t>> unvalidatedConvert(const nn::CacheToken& cacheToken) { in unvalidatedConvert()
1013 nn::GeneralResult<std::vector<uint8_t>> convert(const nn::CacheToken& cacheToken) { in convert()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCompilationCachingTests.cpp325 std::vector<uint8_t> cacheToken(std::begin(mToken), std::end(mToken)); in saveModelToCache() local
376 std::vector<uint8_t> cacheToken(std::begin(mToken), std::end(mToken)); in prepareModelFromCache() local
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCompilationCachingTests.cpp328 hidl_array<uint8_t, sizeof(mToken)> cacheToken(mToken); in saveModelToCache() local
373 hidl_array<uint8_t, sizeof(mToken)> cacheToken(mToken); in prepareModelFromCache() local
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCompilationCachingTests.cpp325 hidl_array<uint8_t, sizeof(mToken)> cacheToken(mToken); in saveModelToCache() local
370 hidl_array<uint8_t, sizeof(mToken)> cacheToken(mToken); in prepareModelFromCache() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DValidation.cpp1151 Result<Version> validateCacheToken(const CacheToken& cacheToken) { in validateCacheToken()
2789 Result<Version> validate(const CacheToken& cacheToken) { in validate()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp77 std::optional<CacheToken> cacheToken; in compile() local