Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.h30 bool IsPythonReserved(const string& s);
Dpython_op_gen_internal.cc53 bool IsPythonReserved(const string& s) { in IsPythonReserved() function
114 if (IsPythonReserved(result)) return strings::StrCat(result, "_"); in AvoidPythonReserved()
Dpython_op_gen.cc1221 bool is_reserved = python_op_gen_internal::IsPythonReserved(function_name);