Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp79 std::optional<CacheToken> cacheToken; in compile() local
85 cacheToken.emplace(token->getCacheToken()); in compile()
92 device.prepareModel(makeModel, preference, priority, deadline, cacheDir, cacheToken); in compile()