NEML2 2.0.0
|
Public Member Functions | |
Quaternion | __add__ (self, float arg0) |
Quaternion | __add__ (self, Scalar arg0) |
Quaternion | __add__ (self, Quaternion arg0) |
Quaternion | __iadd__ (self, float arg0) |
Quaternion | __imul__ (self, float arg0) |
None | __init__ (self) |
None | __init__ (self, torch.Tensor arg0, int arg1) |
None | __init__ (self, Quaternion arg0) |
None | __init__ (self, torch.Tensor arg0) |
None | __init__ (self, Rot arg0) |
Quaternion | __isub__ (self, float arg0) |
Quaternion | __itruediv__ (self, float arg0) |
Quaternion | __mul__ (self, float arg0) |
Quaternion | __mul__ (self, Scalar arg0) |
Quaternion | __neg__ (self) |
Quaternion | __pow__ (self, float arg0) |
Quaternion | __pow__ (self, Scalar arg0) |
Quaternion | __radd__ (self, float arg0) |
str | __repr__ (self) |
Quaternion | __rmul__ (self, float arg0) |
Tensor | __rpow__ (self, float arg0) |
Quaternion | __rsub__ (self, float arg0) |
Quaternion | __rtruediv__ (self, float arg0) |
str | __str__ (self) |
Quaternion | __sub__ (self, float arg0) |
Quaternion | __sub__ (self, Scalar arg0) |
Quaternion | __sub__ (self, Quaternion arg0) |
Quaternion | __truediv__ (self, float arg0) |
Quaternion | __truediv__ (self, Scalar arg0) |
torch.Tensor | __truediv__ (self, Quaternion arg0) |
bool | batched (self) |
Quaternion | clone (self) |
torch.Tensor | copy_ (self, torch.Tensor arg0, bool arg1) |
bool | defined (self) |
Quaternion | detach (self) |
torch.Tensor | detach_ (self) |
int | dim (self) |
Scalar | dist (self, Quaternion arg0) |
Scalar | dot (self, Quaternion arg0) |
Number|torch.SymInt|torch.SymFloat|torch.SymBool | item (self) |
torch.Tensor | requires_grad_ (self, bool arg0) |
Tensor | tensor (self) |
Quaternion | to (self, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
torch.Tensor | torch (self) |
torch.Tensor | torch (self) |
torch.Tensor | zero_ (self) |
QuaternionBaseView | base (self) |
QuaternionBatchView | batch (self) |
torch.device | device (self) |
torch.dtype | dtype (self) |
torch.Tensor | grad (self) |
bool | requires_grad (self) |
tuple[int,...] | shape (self) |
Static Public Member Functions | |
Quaternion | empty (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | empty (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | empty_like (Quaternion arg0) |
Quaternion | full (float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | full (tuple[int,...] batch_shape, float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | full_like (Quaternion arg0, float arg1) |
Quaternion | linspace (Quaternion start, Quaternion end, int nstep, int dim=0) |
Quaternion | logspace (Quaternion start, Quaternion end, int nstep, int dim=0, float base=10.0) |
Quaternion | ones (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | ones (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | ones_like (Quaternion arg0) |
Quaternion | zeros (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | zeros (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
Quaternion | zeros_like (Quaternion arg0) |
None __init__ | ( | self | ) |
None __init__ | ( | self, | |
torch.Tensor | arg0, | ||
int | arg1 ) |
None __init__ | ( | self, | |
Quaternion | arg0 ) |
None __init__ | ( | self, | |
torch.Tensor | arg0 ) |
None __init__ | ( | self, | |
Rot | arg0 ) |
Quaternion __add__ | ( | self, | |
float | arg0 ) |
Quaternion __add__ | ( | self, | |
Quaternion | arg0 ) |
Quaternion __add__ | ( | self, | |
Scalar | arg0 ) |
Quaternion __iadd__ | ( | self, | |
float | arg0 ) |
Quaternion __imul__ | ( | self, | |
float | arg0 ) |
Quaternion __isub__ | ( | self, | |
float | arg0 ) |
Quaternion __itruediv__ | ( | self, | |
float | arg0 ) |
Quaternion __mul__ | ( | self, | |
float | arg0 ) |
Quaternion __mul__ | ( | self, | |
Scalar | arg0 ) |
Quaternion __neg__ | ( | self | ) |
Quaternion __pow__ | ( | self, | |
float | arg0 ) |
Quaternion __pow__ | ( | self, | |
Scalar | arg0 ) |
Quaternion __radd__ | ( | self, | |
float | arg0 ) |
str __repr__ | ( | self | ) |
Quaternion __rmul__ | ( | self, | |
float | arg0 ) |
Tensor __rpow__ | ( | self, | |
float | arg0 ) |
Quaternion __rsub__ | ( | self, | |
float | arg0 ) |
Quaternion __rtruediv__ | ( | self, | |
float | arg0 ) |
str __str__ | ( | self | ) |
Quaternion __sub__ | ( | self, | |
float | arg0 ) |
Quaternion __sub__ | ( | self, | |
Quaternion | arg0 ) |
Quaternion __sub__ | ( | self, | |
Scalar | arg0 ) |
Quaternion __truediv__ | ( | self, | |
float | arg0 ) |
torch.Tensor __truediv__ | ( | self, | |
Quaternion | arg0 ) |
Quaternion __truediv__ | ( | self, | |
Scalar | arg0 ) |
QuaternionBaseView base | ( | self | ) |
QuaternionBatchView batch | ( | self | ) |
bool batched | ( | self | ) |
Quaternion clone | ( | self | ) |
torch.Tensor copy_ | ( | self, | |
torch.Tensor | arg0, | ||
bool | arg1 ) |
bool defined | ( | self | ) |
Quaternion detach | ( | self | ) |
torch.Tensor detach_ | ( | self | ) |
torch.device device | ( | self | ) |
int dim | ( | self | ) |
Scalar dist | ( | self, | |
Quaternion | arg0 ) |
Scalar dot | ( | self, | |
Quaternion | arg0 ) |
torch.dtype dtype | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
torch.Tensor grad | ( | self | ) |
Number | torch.SymInt | torch.SymFloat | torch.SymBool item | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
bool requires_grad | ( | self | ) |
torch.Tensor requires_grad_ | ( | self, | |
bool | arg0 ) |
tuple[int, ...] shape | ( | self | ) |
Tensor tensor | ( | self | ) |
Quaternion to | ( | self, | |
* | , | ||
torch.dtype | dtype = ..., | ||
torch.device | device = ..., | ||
bool | requires_grad = False ) |
torch.Tensor torch | ( | self | ) |
torch.Tensor torch | ( | self | ) |
torch.Tensor zero_ | ( | self | ) |
|
static |
|
static |
|
static |