HomeSort by relevance Sort by last modified time
    Searched refs:IsPythonReserved (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/python/framework/
python_op_gen_internal.h 30 bool IsPythonReserved(const string& s);
python_op_gen.cc 48 bool IsPythonReserved(const string& s) {
79 if (IsPythonReserved(s)) return strings::StrCat(s, "_");
837 if (python_op_gen_internal::IsPythonReserved(function_name)) {
    [all...]
  /external/tensorflow/tensorflow/python/eager/
python_eager_op_gen.cc     [all...]

Completed in 115 milliseconds