Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dctx.cc201 if (!impl().prepacked_cache_) { in GetPrepackedCache()
202 mutable_impl()->prepacked_cache_.reset(new PrepackedCache); in GetPrepackedCache()
204 return impl().prepacked_cache_.get(); in GetPrepackedCache()
214 void Ctx::ClearPrepackedCache() { mutable_impl()->prepacked_cache_ = nullptr; } in ClearPrepackedCache()
A Dctx_impl.h71 std::unique_ptr<PrepackedCache> prepacked_cache_; variable

Completed in 3 milliseconds