Home
last modified time | relevance | path

Searched defs:allowed_values (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dkernel_def_builder.cc42 auto* allowed_values = constraint->mutable_allowed_values()->mutable_list(); in AttrConstraint() local
62 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
Dkernel_def.proto26 AttrValue allowed_values = 2; field
Dop_def.proto116 AttrValue allowed_values = 7; field
Dop_def_util.cc47 const AttrValue& allowed_values(attr.allowed_values()); in AllowedTypeValue() local
67 const AttrValue& allowed_values(attr.allowed_values()); in AllowedStringValue() local
/external/ComputeLibrary/utils/command_line/
DEnumOption.h72 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()
DEnumListOption.h75 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/
Dop_def_library_pybind.cc281 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/
Dtf2xla_supported_ops.cc53 const auto& allowed_values = constraint.allowed_values().list().type(); in PrintSupportedOps() local
Dxla_op_registry.cc277 auto* allowed_values = in RegisterCompilationKernels() local
/external/tensorflow/tensorflow/core/ir/importexport/
Dfunctiondef_export.cc189 if (Attribute allowed_values = dict_attr.get("allowed_values")) { in ConvertGenericFunctionToFunctionDef() local
/external/ruy/example/
Dparametrized_example.cc15 const char* allowed_values, Dst... dst) { in read_cmdline_args()
/external/cronet/net/reporting/
Dreporting_uploader.cc59 const std::set<std::string>& allowed_values) { in HasHeaderValues()