Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp126 HidlToken cacheToken(token); in compileFromCache() local
130 int ret = device->prepareModelFromCache(modelCache, dataCache, cacheToken, preparedModel); in compileFromCache()
141 HidlToken cacheToken(token == nullptr ? dummyToken : token); in compileModelAndCache() local
151 modelCache, dataCache, cacheToken, preparedModel); in compileModelAndCache()