Searched refs:kNone (Results 1 – 23 of 23) sorted by relevance
49 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()
57 kNone = 0, enumerator112 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;
61 Path last_used_path_ = Path::kNone;62 PerformanceAdvisory performance_advisory_ = PerformanceAdvisory::kNone;75 Path runtime_enabled_paths_ = Path::kNone;
53 static_assert(CompiledPaths != Path::kNone, "Must compile at least one Path"); in MulFrontEndUpToCreateTrMulParams()55 (CompiledPaths & ~kAllPathsIncludingInternalVariants) == Path::kNone, in MulFrontEndUpToCreateTrMulParams()
22 kNone = 0, enumerator
28 EXPECT_EQ(context.last_used_path(), Path::kNone); in TEST()
29 EXPECT_NE(ruy_paths, Path::kNone); in TEST()
136 enum class Component { kNone, kFrontEnd, kMiddleEnd, kBackEnd, kThreadPool }; enumerator139 enum class TraceOutputFormat { kNone, kTerminal, kHtml }; enumerator503 if ((paths & cur_path) != Path::kNone) { in str()509 case Path::kNone: in str()
81 kNone, enumerator561 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 …]
226 CompiledPaths, (CompiledPaths & kCurrentPath) != Path::kNone, BitNumber,
217 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;
348 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 …]
78 case PaddingType::kNone: in RuntimePadding2EigenPadding()
2069 if (kernel_type != DotProduct3x3KernelType::kNone) {
34 kNone = 0, // The "default" option: use the normal enumerator49 kNone = 0, // Invalid: specific method must be specified. enumerator67 TFLITE_DCHECK_NE(output_rounding, DepthwiseConvOutputRounding::kNone); in DepthwiseConvRound()
175 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 …]
48 return PaddingType::kNone; in RuntimePaddingType()
63 return PaddingType::kNone; in RuntimePaddingType()
35 kNone enumerator
28 kNone, enumerator33 enum class PaddingType : uint8_t { kNone, kSame, kValid }; enumerator755 kNone, enumerator785 kNone, enumerator
39 case FusedActivationFunctionType::kNone: in GetActivationMinMax()
272 : TfLiteDriver::DelegateType::kNone); in TEST_P()
1831 if (kernel_type != DotProduct3x3KernelType::kNone) {
Completed in 57 milliseconds