|
NEML2 2.0.0
|
This is the complete list of members for R5, including all inherited members.
| __add__(self, typing.SupportsFloat arg0) | R5 | |
| __add__(self, Scalar arg0) | R5 | |
| __add__(self, R5 arg0) | R5 | |
| __iadd__(self, typing.SupportsFloat arg0) | R5 | |
| __imul__(self, typing.SupportsFloat arg0) | R5 | |
| __init__(self) | R5 | |
| __init__(self, torch.Tensor arg0, typing.SupportsInt arg1) | R5 | |
| __init__(self, R5 arg0) | R5 | |
| __init__(self, torch.Tensor arg0) | R5 | |
| __isub__(self, typing.SupportsFloat arg0) | R5 | |
| __itruediv__(self, typing.SupportsFloat arg0) | R5 | |
| __mul__(self, typing.SupportsFloat arg0) | R5 | |
| __mul__(self, Scalar arg0) | R5 | |
| __neg__(self) | R5 | |
| __pow__(self, typing.SupportsFloat arg0) | R5 | |
| __pow__(self, Scalar arg0) | R5 | |
| __radd__(self, typing.SupportsFloat arg0) | R5 | |
| __repr__(self) | R5 | |
| __rmul__(self, typing.SupportsFloat arg0) | R5 | |
| __rpow__(self, typing.SupportsFloat arg0) | R5 | |
| __rsub__(self, typing.SupportsFloat arg0) | R5 | |
| __rtruediv__(self, typing.SupportsFloat arg0) | R5 | |
| __str__(self) | R5 | |
| __sub__(self, typing.SupportsFloat arg0) | R5 | |
| __sub__(self, Scalar arg0) | R5 | |
| __sub__(self, R5 arg0) | R5 | |
| __truediv__(self, typing.SupportsFloat arg0) | R5 | |
| __truediv__(self, Scalar arg0) | R5 | |
| __truediv__(self, R5 arg0) | R5 | |
| base(self) | R5 | |
| batch(self) | R5 | |
| batched(self) | R5 | |
| clone(self) | R5 | |
| copy_(self, torch.Tensor arg0, bool arg1) | R5 | |
| defined(self) | R5 | |
| detach(self) | R5 | |
| detach_(self) | R5 | |
| device(self) | R5 | |
| dim(self) | R5 | |
| dtype(self) | R5 | |
| empty(*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| empty(tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| empty_like(R5 arg0) | R5 | static |
| full(typing.SupportsFloat fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| full(tuple[int,...] batch_shape, typing.SupportsFloat fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| full_like(R5 other, typing.SupportsFloat fill_value) | R5 | static |
| grad(self) | R5 | |
| item(self) | R5 | |
| linspace(R5 start, R5 end, typing.SupportsInt nstep, typing.SupportsInt dim=0) | R5 | static |
| logspace(R5 start, R5 end, typing.SupportsInt nstep, typing.SupportsInt dim=0, typing.SupportsFloat base=10.0) | R5 | static |
| ones(*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| ones(tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| ones_like(R5 arg0) | R5 | static |
| requires_grad(self) | R5 | |
| requires_grad_(self, bool arg0) | R5 | |
| shape(self) | R5 | |
| tensor(self) | R5 | |
| to(self, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | |
| torch(self) | R5 | |
| torch(self) | R5 | |
| zero_(self) | R5 | |
| zeros(*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| zeros(tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) | R5 | static |
| zeros_like(R5 arg0) | R5 | static |