Home
last modified time | relevance | path

Searched defs:exception_names (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Misc/Vim/
Dvim_syntax.py34 exception_names = sorted(exc for exc in dir(exceptions) variable
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Darguments.cc108 const std::vector<std::string>& exception_names) { in Merge()