Home
last modified time | relevance | path

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

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