Bhuvaneshvar's picture
Upload 2116 files
6370773 verified
raw
history blame
124 Bytes
import numpy as np
def maybe_dispatch_ufunc_to_dunder_op(
self, ufunc: np.ufunc, method: str, *inputs, **kwargs
): ...