Home
last modified time | relevance | path

Searched refs:AllowedTypeValue (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc45 Status AllowedTypeValue(DataType dt, const OpDef::AttrDef& attr) { in AllowedTypeValue() function
131 TF_RETURN_IF_ERROR(AllowedTypeValue(attr_value.type(), attr)); in ValidateAttrValue()
134 TF_RETURN_IF_ERROR(AllowedTypeValue(static_cast<DataType>(dt), attr)); in ValidateAttrValue()