Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dkernel_def.proto24 AttrValue allowed_values = 2; field
Dkernel_def_builder.cc41 auto* allowed_values = constraint->mutable_allowed_values()->mutable_list(); in TypeConstraint() local
Dop_def.proto98 AttrValue allowed_values = 7; field
Dop_def_util.cc46 const AttrValue& allowed_values(attr.allowed_values()); in AllowedTypeValue() local
66 const AttrValue& allowed_values(attr.allowed_values()); in AllowedStringValue() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc265 auto* allowed_values = in RegisterCompilationKernels() local