Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc386 string AttrListToPython(const AttrValue& value, in AttrListToPython() function
470 return strings::StrCat("[", AttrListToPython(value, dtype_module), "]"); in AttrValueToPython()
751 AttrListToPython(attr.allowed_values()), "`"); in AddDocStringAttrs()