Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_enum.py73 def enum_comp(x: Color, y: Color) -> bool: function
93 def enum_comp(x: Foo) -> bool: function
109 def enum_comp(x: Color, y: Color) -> bool: function