Home
last modified time | relevance | path

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

/external/ruy/ruy/
Dctx.h79 PrepackedCache* GetPrepackedCache();
Dprepacked_cache_test.cc232 PrepackedCache* cache = ctx->GetPrepackedCache(); in TestCachePolicies()
273 PrepackedCache* cache = get_ctx(&context)->GetPrepackedCache(); in TEST()
299 cache = get_ctx(&context)->GetPrepackedCache(); in TEST()
Dprepare_packed_matrices.cc75 auto* cache = ctx->GetPrepackedCache(); in PreparePackedMatrices()
Dctx.cc200 PrepackedCache* Ctx::GetPrepackedCache() { in GetPrepackedCache() function in ruy::Ctx