Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dcontext.cc48 void Context::ClearPrepackedCache() { mutable_ctx()->ClearPrepackedCache(); } in ClearPrepackedCache() function in ruy::Context
Dcontext.h80 void ClearPrepackedCache();
Dctx.h81 void ClearPrepackedCache();
Dctx.cc214 void Ctx::ClearPrepackedCache() { mutable_impl()->prepacked_cache_ = nullptr; } in ClearPrepackedCache() function in ruy::Ctx
Dprepacked_cache_test.cc297 context.ClearPrepackedCache(); in TEST()
Dtest.h697 GlobalContext().ClearPrepackedCache();
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_context.h56 void ClearCaches() override { ruy_context_->ClearPrepackedCache(); } in ClearCaches()