Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dctx.cc35 CtxImpl* Ctx::mutable_impl() { return static_cast<CtxImpl*>(this); } in mutable_impl() function in ruy::Ctx
40 mutable_impl()->explicit_tuning_ = value; in set_explicit_tuning()
46 mutable_impl()->max_num_threads_ = value; in set_max_num_threads()
52 mutable_impl()->performance_advisory_ = in set_performance_advisory()
53 mutable_impl()->performance_advisory_ | advisory; in set_performance_advisory()
63 mutable_impl()->runtime_enabled_paths_ = Path::kNone; in SetRuntimeEnabledPaths()
147 Path* paths = &mutable_impl()->runtime_enabled_paths_; in GetRuntimeEnabledPaths()
169 return mutable_impl()->last_used_path_ = in SelectPath()
174 auto& resources = mutable_impl()->thread_specific_resources_; in EnsureThreadSpecificResources()
195 mutable_impl()->main_allocator_.reset(new Allocator); in GetMainAllocator()
[all …]
A Dctx.h86 CtxImpl* mutable_impl();

Completed in 3 milliseconds