Home
last modified time | relevance | path

Searched defs:feature_name (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dcpu_feature_guard.cc30 void CheckFeatureOrDie(CPUFeature feature, const string& feature_name) { in CheckFeatureOrDie()
45 void CheckIfFeatureUnused(CPUFeature feature, const string& feature_name, in CheckIfFeatureUnused()
/external/libchrome/base/
Dfeature_list.cc111 StringPiece feature_name; in InitializeFromSharedMemory() local
122 const std::string& feature_name, in IsFeatureOverriddenFromCommandLine()
130 const std::string& feature_name, in AssociateReportingFieldTrial()
149 void FeatureList::RegisterFieldTrialOverride(const std::string& feature_name, in RegisterFieldTrialOverride()
343 StringPiece feature_name = value; in RegisterOverridesFromCommandLine() local
358 void FeatureList::RegisterOverride(StringPiece feature_name, in RegisterOverride()
/external/tensorflow/tensorflow/python/tools/
Dfreeze_graph_test.py120 def _createTFExampleString(self, feature_name, feature_value): argument
127 def _writeDummySavedModel(self, path, feature_name): argument
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h44 string feature_name; member
56 string feature_name; member
Dexample_proto_fast_parsing_test.cc252 static void AddDenseFeature(const char* feature_name, DataType dtype, in AddDenseFeature()
266 static void AddSparseFeature(const char* feature_name, DataType dtype, in AddSparseFeature()
Dexample_proto_fast_parsing.cc507 void LogDenseFeatureDataLoss(StringPiece feature_name) { in LogDenseFeatureDataLoss()
518 void LogSparseFeatureDataLoss(StringPiece feature_name) { in LogSparseFeatureDataLoss()
563 const StringPiece feature_name = name_and_feature.first; in FastParseSerializedExample() local
1315 const StringPiece feature_name = name_and_feature.first; in FastParseSingleExample() local
/external/libchrome/base/test/
Dscoped_feature_list.cc36 StringPiece feature_name = feature; in GetFeatureName() local
67 StringPiece feature_name = GetFeatureName(feature); in OverrideFeatures() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.cc58 llvm::StringRef feature_name = feature.first(); in DetectMachineAttributes() local
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py160 def add_lookup_to_feature_(self, lookup, feature_name): argument
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp1399 … RequireFeature(debug_report_data const *report_data, VkBool32 feature, char const *feature_name) { in RequireFeature()