Home
last modified time | relevance | path

Searched defs:HasFeature (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/example/
H A Dfeature_util.cc32 bool HasFeature<>(absl::string_view key, const Features& features) { in HasFeature() function
37 bool HasFeature<protobuf_int64>(absl::string_view key, in HasFeature() function
45 bool HasFeature<float>(absl::string_view key, const Features& features) { in HasFeature() function
52 bool HasFeature<std::string>(absl::string_view key, const Features& features) { in HasFeature() function
59 bool HasFeature<tstring>(absl::string_view key, const Features& features) { in HasFeature() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp51 FusionFeature(FusionKind Kind, bool HasFeature, int Index, in FusionFeature()
/aosp_15_r20/system/extras/simpleperf/
H A Drecord_file.h168 bool HasFeature(int feature) const { in HasFeature() function
/aosp_15_r20/external/cronet/third_party/cpu_features/src/src/utils/
H A Dlist_cpu_features.c179 #define DEFINE_ADD_FLAGS(HasFeature, FeatureName, FeatureType, LastEnum) \ argument
/aosp_15_r20/external/cpu_features/src/utils/
H A Dlist_cpu_features.c181 #define DEFINE_ADD_FLAGS(HasFeature, FeatureName, FeatureType, LastEnum) \ argument
/aosp_15_r20/external/clang/lib/Basic/
H A DModule.cpp62 bool HasFeature = llvm::StringSwitch<bool>(Feature) in hasFeature() local
/aosp_15_r20/external/clang/lib/Lex/
H A DPPMacroExpansion.cpp1049 static bool HasFeature(const Preprocessor &PP, StringRef Feature) { in HasFeature() function
/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1119 virtual bool HasFeature(const std::string& name) { in HasFeature() function in aapt::FeatureGroup
1194 bool HasFeature(const std::string& name) override { in HasFeature() function in aapt::CommonFeatureGroup