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.cc52 string allowed_str; in AllowedTypeValue() local
54 if (!allowed_str.empty()) { in AllowedTypeValue()
55 strings::StrAppend(&allowed_str, ", "); in AllowedTypeValue()
57 strings::StrAppend(&allowed_str, in AllowedTypeValue()
62 " is not in the list of allowed values: ", allowed_str); in AllowedTypeValue()
72 string allowed_str; in AllowedStringValue() local
74 if (!allowed_str.empty()) { in AllowedStringValue()
75 strings::StrAppend(&allowed_str, ", "); in AllowedStringValue()
77 strings::StrAppend(&allowed_str, "\"", allowed, "\""); in AllowedStringValue()
81 "\" is not in the list of allowed values: ", allowed_str); in AllowedStringValue()