Searched defs:allowed_values (Results  1 – 12 of 12) sorted by relevance
| /external/tensorflow/tensorflow/core/framework/ | 
| D | kernel_def_builder.cc | 42   auto* allowed_values = constraint->mutable_allowed_values()->mutable_list();  in AttrConstraint()  local62   auto* allowed_values = constraint->mutable_allowed_values()->mutable_list();  in AttrConstraint()  local
 82   auto* allowed_values = constraint->mutable_allowed_values()->mutable_list();  in AttrConstraint()  local
 102   auto* allowed_values = constraint->mutable_allowed_values()->mutable_list();  in AttrConstraint()  local
 111   auto* allowed_values = constraint->mutable_allowed_values()->mutable_list();  in TypeConstraint()  local
 
 | 
| D | kernel_def.proto | 26     AttrValue allowed_values = 2;  field
 | 
| D | op_def.proto | 116     AttrValue allowed_values = 7;  field
 | 
| D | op_def_util.cc | 47   const AttrValue& allowed_values(attr.allowed_values());  in AllowedTypeValue()  local67   const AttrValue& allowed_values(attr.allowed_values());  in AllowedStringValue()  local
 
 | 
| /external/ComputeLibrary/utils/command_line/ | 
| D | EnumOption.h | 72 inline EnumOption<T>::EnumOption(std::string name, std::set<T> allowed_values)  in EnumOption()78 inline EnumOption<T>::EnumOption(std::string name, std::set<T> allowed_values, T default_value)  in EnumOption()
 
 | 
| D | EnumListOption.h | 75 inline EnumListOption<T>::EnumListOption(std::string name, std::set<T> allowed_values)  in EnumListOption()81 inline EnumListOption<T>::EnumListOption(std::string name, std::set<T> allowed_values, std::initial…  in EnumListOption()
 
 | 
| /external/tensorflow/tensorflow/python/framework/ | 
| D | op_def_library_pybind.cc | 281     const RepeatedPtrField<std::string>& allowed_values,  in AssertSatisfiesAllowedStringConstraint()298   const auto& allowed_values = attr_def.allowed_values().list().s();  in AssertSatisfiesAllowedStringsConstraint()  local
 329     std::vector<std::string> allowed_values;  in AssertSatisfiesAllowedListAttrTypeConstraint()  local
 345                                     const RepeatedField<int>& allowed_values,  in AssertSatisfiesDTypeConstraint()
 372   const auto& allowed_values = attr_def.allowed_values().list().type();  in AssertSatisfiesTypeConstraint()  local
 410       absl::flat_hash_set<int> allowed_values(types.begin(), types.end());  in ExtractDefaultTypesAndAllowedTypes()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/ | 
| D | tf2xla_supported_ops.cc | 53       const auto& allowed_values = constraint.allowed_values().list().type();  in PrintSupportedOps()  local
 | 
| D | xla_op_registry.cc | 277           auto* allowed_values =  in RegisterCompilationKernels()  local
 | 
| /external/tensorflow/tensorflow/core/ir/importexport/ | 
| D | functiondef_export.cc | 189       if (Attribute allowed_values = dict_attr.get("allowed_values")) {  in ConvertGenericFunctionToFunctionDef()  local
 | 
| /external/ruy/example/ | 
| D | parametrized_example.cc | 15                        const char* allowed_values, Dst... dst) {  in read_cmdline_args()
 | 
| /external/cronet/net/reporting/ | 
| D | reporting_uploader.cc | 59                      const std::set<std::string>& allowed_values) {  in HasHeaderValues()
 |