numba_dpex.core.typing.dpnpdecl¶
Overview¶
Defines method |
|
Defines method |
|
Defines method |
- |
|
- |
|
- |
|
- |
|
- |
|
- |
Classes¶
- class DpnpRulesArrayOperator(context)¶
Bases:
numba.core.typing.npydecl.NumpyRulesArrayOperator
Defines method
generic(self, args, kws)
which compute a possible signature base on input types. The signature does not have to match the input types. It is compared against the input types afterwards.Overview
¶ class -
Members
- classmethod install_operations()¶
- class DpnpRulesInplaceArrayOperator(context)¶
Bases:
numba.core.typing.npydecl.NumpyRulesInplaceArrayOperator
Defines method
generic(self, args, kws)
which compute a possible signature base on input types. The signature does not have to match the input types. It is compared against the input types afterwards.Overview
¶ class -
Members
- classmethod install_operations()¶
- class DpnpRulesUnaryArrayOperator(context)¶
Bases:
numba.core.typing.npydecl.NumpyRulesUnaryArrayOperator
Defines method
generic(self, args, kws)
which compute a possible signature base on input types. The signature does not have to match the input types. It is compared against the input types afterwards.Overview
¶ class -
Members
- classmethod install_operations()¶
Attributes¶
- registry¶
- infer¶
- infer_global¶
- infer_getattr¶
- all_ufuncs¶
- supported_ufuncs¶