|
Quaternion | __add__ (self, float arg0) |
|
Quaternion | __add__ (self, Scalar arg0) |
|
Quaternion | __add__ (self, Quaternion arg0) |
|
None | __init__ (self) |
|
None | __init__ (self, torch.Tensor arg0, int arg1) |
|
None | __init__ (self, Quaternion arg0) |
|
None | __init__ (self, torch.Tensor 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) |
|
Quaternion | __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) |
|
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) |
|
|
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, int batch_dim=-1) |
|
Quaternion | logspace (Quaternion start, Quaternion end, int nstep, int dim=0, int batch_dim=-1, 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) |
|