Home
last modified time | relevance | path

Searched refs:_apply_native_binary (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/masked/maskedtensor/
D__init__.py4 from .binary import _apply_native_binary, _is_native_binary
Dbinary.py194 def _apply_native_binary(fn, *args, **kwargs): function
D_ops_refs.py9 from .binary import _apply_native_binary, NATIVE_BINARY_FNS, NATIVE_INPLACE_BINARY_FNS
270 return _apply_native_binary(func, *args, **kwargs)