Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc53 static const std::set<string>* const kPythonReserved = new std::set<string>( in IsPythonReserved() local
79 return kPythonReserved->count(s) > 0; in IsPythonReserved()