Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/vts/functional/
DCompilationCachingTests.cpp327 std::vector<uint8_t> cacheToken(std::begin(mToken), std::end(mToken)); in saveModelToCache() local
378 std::vector<uint8_t> cacheToken(std::begin(mToken), std::end(mToken)); in prepareModelFromCache() local
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp819 nn::GeneralResult<std::vector<uint8_t>> unvalidatedConvert(const nn::CacheToken& cacheToken) { in unvalidatedConvert()
1152 nn::GeneralResult<std::vector<uint8_t>> convert(const nn::CacheToken& cacheToken) { in convert()
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
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
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
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