ops_dispatch.pyi 124 B

12345
  1. import numpy as np
  2. def maybe_dispatch_ufunc_to_dunder_op(
  3. self, ufunc: np.ufunc, method: str, *inputs, **kwargs
  4. ): ...