Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc53 string allowed_str; in AllowedTypeValue() local
55 if (!allowed_str.empty()) { in AllowedTypeValue()
56 strings::StrAppend(&allowed_str, ", "); in AllowedTypeValue()
58 strings::StrAppend(&allowed_str, in AllowedTypeValue()
63 " is not in the list of allowed values: ", allowed_str); in AllowedTypeValue()
73 string allowed_str; in AllowedStringValue() local
75 if (!allowed_str.empty()) { in AllowedStringValue()
76 strings::StrAppend(&allowed_str, ", "); in AllowedStringValue()
78 strings::StrAppend(&allowed_str, "\"", allowed, "\""); in AllowedStringValue()
82 "\" is not in the list of allowed values: ", allowed_str); in AllowedStringValue()