Home
last modified time | relevance | path

Searched refs:kNone (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dctx.cc49 mutable_impl()->performance_advisory_ = PerformanceAdvisory::kNone; in clear_performance_advisories()
57 PerformanceAdvisory::kNone; in performance_advisory()
61 if (paths == Path::kNone) { in SetRuntimeEnabledPaths()
63 mutable_impl()->runtime_enabled_paths_ = Path::kNone; in SetRuntimeEnabledPaths()
95 if ((paths_to_detect & path) != Path::kNone) { in DetectRuntimeSupportedPaths()
134 RUY_DCHECK_EQ(kNonArchPaths & ~result, Path::kNone); in DetectRuntimeSupportedPaths()
137 Path::kNone); in DetectRuntimeSupportedPaths()
151 if (*paths != Path::kNone) { in GetRuntimeEnabledPaths()
157 if (paths_bitfield != Path::kNone) { in GetRuntimeEnabledPaths()
A Dpath.h57 kNone = 0, enumerator
112 return (p & q) == Path::kNone; in Disjoint()
146 constexpr Path kExtraArchPaths = Path::kNone;
149 constexpr Path kExtraArchPaths = Path::kNone;
152 constexpr Path kExtraArchPaths = Path::kNone;
154 constexpr Path kDefaultArchPaths = Path::kNone;
155 constexpr Path kExtraArchPaths = Path::kNone;
A Dctx_impl.h61 Path last_used_path_ = Path::kNone;
62 PerformanceAdvisory performance_advisory_ = PerformanceAdvisory::kNone;
75 Path runtime_enabled_paths_ = Path::kNone;
A Dfrontend.h53 static_assert(CompiledPaths != Path::kNone, "Must compile at least one Path"); in MulFrontEndUpToCreateTrMulParams()
55 (CompiledPaths & ~kAllPathsIncludingInternalVariants) == Path::kNone, in MulFrontEndUpToCreateTrMulParams()
A Dperformance_advisory.h22 kNone = 0, enumerator
A Dcontext_test.cc28 EXPECT_EQ(context.last_used_path(), Path::kNone); in TEST()
A Dctx_test.cc29 EXPECT_NE(ruy_paths, Path::kNone); in TEST()
A Dtrace.h136 enum class Component { kNone, kFrontEnd, kMiddleEnd, kBackEnd, kThreadPool }; enumerator
139 enum class TraceOutputFormat { kNone, kTerminal, kHtml }; enumerator
503 if ((paths & cur_path) != Path::kNone) { in str()
509 case Path::kNone: in str()
A Dtest.h81 kNone, enumerator
561 Path path = Path::kNone;
563 ExternalPath external_path = ExternalPath::kNone;
578 if (result.path != Path::kNone) {
580 } else if (result.external_path != ExternalPath::kNone) {
1395 if (external_path1 != ExternalPath::kNone ||
1396 external_path2 != ExternalPath::kNone) {
1842 if (paths_bitfield == Path::kNone) {
1865 RUY_CHECK_NE(paths_bitfield, Path::kNone);
1936 RUY_CHECK(result->path != Path::kNone ||
[all …]
A Dcreate_trmul_params.h226 CompiledPaths, (CompiledPaths & kCurrentPath) != Path::kNone, BitNumber,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Ddepthwiseconv_3x3_filter_common.h217 kNone = 0, // Parameter combination is not supported for dot product kernels.
272 return DotProduct3x3KernelType::kNone;
276 return DotProduct3x3KernelType::kNone;
281 return DotProduct3x3KernelType::kNone;
284 return DotProduct3x3KernelType::kNone;
293 return DotProduct3x3KernelType::kNone;
301 return DotProduct3x3KernelType::kNone;
A Dlegacy_optimized_ops.h348 if (Ac == FusedActivationFunctionType::kNone) { in DepthwiseConv()
2798 if (Ac == FusedActivationFunctionType::kNone) { in Conv()
3522 if (Ac == FusedActivationFunctionType::kNone) { in Add()
3550 TFLITE_DCHECK(Ac == FusedActivationFunctionType::kNone); in Add()
3591 if (Ac == FusedActivationFunctionType::kNone) { in BroadcastAdd()
3630 if (Ac == FusedActivationFunctionType::kNone) { in BroadcastAddFivefold()
3685 if (Ac == FusedActivationFunctionType::kNone) { in Add()
3704 GetActivationMinMax(FusedActivationFunctionType::kNone, in Sub()
3719 GetActivationMinMax(FusedActivationFunctionType::kNone, in Sub()
3838 if (Ac == FusedActivationFunctionType::kNone) { in AveragePool()
[all …]
A Dmultithreaded_conv.h78 case PaddingType::kNone: in RuntimePadding2EigenPadding()
A Ddepthwiseconv_uint8.h2069 if (kernel_type != DotProduct3x3KernelType::kNone) {
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Ddepthwiseconv_uint8.h34 kNone = 0, // The "default" option: use the normal enumerator
49 kNone = 0, // Invalid: specific method must be specified. enumerator
67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()
A Dlegacy_reference_ops.h175 if (Ac == FusedActivationFunctionType::kNone) { in DepthwiseConv()
342 static_assert(Ac == FusedActivationFunctionType::kNone || in Conv()
347 if (Ac == FusedActivationFunctionType::kNone) { in Conv()
558 if (Ac == FusedActivationFunctionType::kNone) { in FullyConnected()
1272 if (Ac == FusedActivationFunctionType::kNone) { in Add()
1328 if (Ac == FusedActivationFunctionType::kNone) { in BroadcastAdd()
1395 if (Ac == FusedActivationFunctionType::kNone) { in BroadcastAddFivefold()
1449 if (Ac == FusedActivationFunctionType::kNone) { in Add()
1468 GetActivationMinMax(FusedActivationFunctionType::kNone, in Sub()
1618 if (Ac == FusedActivationFunctionType::kNone) { in AveragePool()
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dkernel_util.cc48 return PaddingType::kNone; in RuntimePaddingType()
A Dtranspose_conv.cc63 return PaddingType::kNone; in RuntimePaddingType()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_enc.h35 kNone enumerator
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtypes.h28 kNone, enumerator
33 enum class PaddingType : uint8_t { kNone, kSame, kValid }; enumerator
755 kNone, enumerator
785 kNone, enumerator
A Dcommon.h39 case FusedActivationFunctionType::kNone: in GetActivationMinMax()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/
A Dgenerated_examples_zip_test.cc272 : TfLiteDriver::DelegateType::kNone); in TEST_P()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/integer_ops/
A Ddepthwise_conv.h1831 if (kernel_type != DotProduct3x3KernelType::kNone) {

Completed in 69 milliseconds