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.cc382 string AttrListToPython(const AttrValue& value, in AttrListToPython() function
461 return strings::StrCat("[", AttrListToPython(value, dtype_module), "]"); in AttrValueToPython()
730 AttrListToPython(attr.allowed_values()), "`"); in AddDocStringAttrs()