|
| Scalar | __add__ (Scalar self, Scalar arg0) |
| |
| Scalar | __add__ (Scalar self, float arg0) |
| |
| Scalar | __iadd__ (Scalar self, float arg0) |
| |
| Scalar | __imul__ (Scalar self, float arg0) |
| |
| None | __init__ (self) |
| |
| None | __init__ (self, torch.Tensor tensor, int dynamic_dim, int intmd_dim) |
| |
| None | __init__ (self, Vec other) |
| |
| None | __init__ (self, Rot other) |
| |
| None | __init__ (self, WR2 other) |
| |
| None | __init__ (self, R2 other) |
| |
| None | __init__ (self, SR2 other) |
| |
| None | __init__ (self, R3 other) |
| |
| None | __init__ (self, SFR3 other) |
| |
| None | __init__ (self, R4 other) |
| |
| None | __init__ (self, SFFR4 other) |
| |
| None | __init__ (self, WFFR4 other) |
| |
| None | __init__ (self, SSR4 other) |
| |
| None | __init__ (self, SWR4 other) |
| |
| None | __init__ (self, WSR4 other) |
| |
| None | __init__ (self, WWR4 other) |
| |
| None | __init__ (self, Quaternion other) |
| |
| None | __init__ (self, MillerIndex other) |
| |
| None | __init__ (self, Tensor other) |
| |
| None | __init__ (self, Scalar other) |
| |
| None | __init__ (self, torch.Tensor tensor, int intmd_dim=0) |
| |
| Scalar | __isub__ (Scalar self, float arg0) |
| |
| Scalar | __itruediv__ (Scalar self, float arg0) |
| |
| Scalar | __mul__ (Scalar self, Scalar arg0) |
| |
| Scalar | __mul__ (Scalar self, float arg0) |
| |
| Scalar | __neg__ (Scalar self) |
| |
| Scalar | __pow__ (Scalar self, float arg0) |
| |
| Scalar | __radd__ (Scalar self, float arg0) |
| |
| str | __repr__ (Scalar self) |
| |
| Scalar | __rmul__ (Scalar self, float arg0) |
| |
| Scalar | __rpow__ (Scalar self, float arg0) |
| |
| Scalar | __rsub__ (Scalar self, float arg0) |
| |
| Scalar | __rtruediv__ (Scalar self, float arg0) |
| |
| str | __str__ (Scalar self) |
| |
| Scalar | __sub__ (Scalar self, Scalar arg0) |
| |
| Scalar | __sub__ (Scalar self, float arg0) |
| |
| Scalar | __truediv__ (Scalar self, Scalar arg0) |
| |
| Scalar | __truediv__ (Scalar self, float arg0) |
| |
| Scalar | clone (Scalar self) |
| |
| Scalar | contiguous (Scalar self) |
| |
| torch.Tensor | copy_ (Scalar self, torch.Tensor arg0, bool arg1) |
| |
| bool | defined (Scalar self) |
| |
| Scalar | detach (Scalar self) |
| |
| torch.Tensor | detach_ (Scalar self) |
| |
| int | dim (Scalar self) |
| |
| Number|torch.SymInt|torch.SymFloat|torch.SymBool | item (Scalar self) |
| |
| Scalar | norm (Scalar self) |
| |
| torch.Tensor | requires_grad_ (Scalar self, bool arg0) |
| |
| Tensor | tensor (Scalar self) |
| |
| Scalar | to (Scalar self, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| torch.Tensor | torch (Scalar self) |
| |
| torch.Tensor | zero_ (Scalar self) |
| |
| ScalarBaseView | base (self) |
| |
| ScalarBatchView | batch (self) |
| |
| torch.device | device (self) |
| |
| torch.dtype | dtype (self) |
| |
| ScalarDynamicView | dynamic (self) |
| |
| torch.Tensor | grad (self) |
| |
| ScalarIntmdView | intmd (self) |
| |
| bool | requires_grad (self) |
| |
| tuple[int,...] | shape (self) |
| |
| ScalarStaticView | static (self) |
| |
|
| Scalar | dynamic_linspace (Scalar start, Scalar end, int step, int dim=0) |
| |
| Scalar | dynamic_logspace (Scalar start, Scalar end, int step, int dim=0, Number|torch.SymInt|torch.SymFloat|torch.SymBool base=10.0) |
| |
| Scalar | empty (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | empty (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes=(), *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | empty_like (Scalar arg0) |
| |
| Scalar | full (float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | full (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | full_like (Scalar other, float fill_value) |
| |
| Scalar | intmd_linspace (Scalar start, Scalar end, int step, int dim=0) |
| |
| Scalar | intmd_logspace (Scalar start, Scalar end, int step, int dim=0, Number|torch.SymInt|torch.SymFloat|torch.SymBool base=10.0) |
| |
| Scalar | ones (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | ones (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes=(), *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | ones_like (Scalar arg0) |
| |
| Scalar | rand (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | rand (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | rand_like (Scalar arg0) |
| |
| Scalar | zeros (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | zeros (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes=(), *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Scalar | zeros_like (Scalar arg0) |
| |