Searched defs:UfuncKey (Results 1 – 2 of 2) sorted by relevance
245 inner_loops: dict[UfuncKey, UfunctorSignature],401 inner_loops: dict[UfuncKey, UfuncSignature],
423 class UfuncKey(Enum): class1248 def parse(value: str, ufunc_key: UfuncKey) -> UfuncInnerLoop: