Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dctx.h77 Allocator* GetThreadSpecificAllocator(int thread_index) const;
A Dctx_test.cc64 EXPECT_NE(ctx.GetThreadSpecificAllocator(j), nullptr); in TEST()
A Dctx.cc187 Allocator* Ctx::GetThreadSpecificAllocator(int thread_index) const { in GetThreadSpecificAllocator() function in ruy::Ctx
A Dtrmul.cc388 auto* allocator = ctx->GetThreadSpecificAllocator(i); in TrMul()

Completed in 4 milliseconds