Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dpath.h190 constexpr Path kAllPaths = kNonArchPaths | kDefaultArchPaths | kExtraArchPaths; variable
196 kAllPaths | kNonArchPathsIncludingInternalVariants;
198 static_assert(Disjoint(kDefaultPaths, ~kAllPaths), "");
199 static_assert(Disjoint(kAllPaths, ~kAllPathsIncludingInternalVariants), "");
A Dprepacked_cache_test.cc251 ruy::Mul<ruy::kAllPaths>(lhs, rhs, mul_params, &context, &dst); in TestCachePolicies()
257 ruy::Mul<ruy::kAllPaths>(lhs, rhs, mul_params, &context, &dst); in TestCachePolicies()
293 ruy::Mul<ruy::kAllPaths>(lhs, rhs, mul_params, &context, &dst); in TEST()
A Dctx.cc163 *paths = DetectRuntimeSupportedPaths(kAllPaths, mutable_cpuinfo()); in GetRuntimeEnabledPaths()
A Dtest.h1858 paths_bitfield = paths_bitfield & kAllPaths;

Completed in 11 milliseconds