Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_except_star.py1018 def except_type(self, eg, type): member in TestExceptStar_WeirdLeafExceptions
1122 def except_type(self, eg, type): member in TestExceptStar_WeirdExceptionGroupSubclass
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/utils/
Danfalgo.cc1496 TypeId except_type = kTypeUnknown; in GetCNodeOutputPrecision() local