Home
last modified time | relevance | path

Searched defs:ClearPrepackedCache (Results 1 – 2 of 2) sorted by relevance

/external/ruy/ruy/
Dcontext.cc48 void Context::ClearPrepackedCache() { mutable_ctx()->ClearPrepackedCache(); } in ClearPrepackedCache() function in ruy::Context
Dctx.cc214 void Ctx::ClearPrepackedCache() { mutable_impl()->prepacked_cache_ = nullptr; } in ClearPrepackedCache() function in ruy::Ctx