Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp120 bool compileFromCache(const std::shared_ptr<Device>& device, const std::string& cacheDir, in compileFromCache() function
169 if (tokenData != nullptr && compileFromCache(device, cacheDir, tokenData, preparedModel)) { in compile()