Home
last modified time | relevance | path

Searched refs:dummyToken (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp140 uint8_t dummyToken[ANEURALNETWORKS_BYTE_SIZE_OF_CACHE_TOKEN] = {0}; in compileModelAndCache() local
141 HidlToken cacheToken(token == nullptr ? dummyToken : token); in compileModelAndCache()