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.cc52 bool IsPythonReserved(const string& s) { in IsPythonReserved() function
110 if (IsPythonReserved(s)) return strings::StrCat(s, "_"); in AvoidPythonReserved()
Dpython_op_gen.cc1031 bool is_reserved = python_op_gen_internal::IsPythonReserved(function_name); in GetPythonOps()