|
| Tensor | __add__ (Tensor self, Tensor arg0) |
| |
| Tensor | __add__ (Tensor self, Scalar arg0) |
| |
| Tensor | __add__ (Tensor self, float arg0) |
| |
| Tensor | __iadd__ (Tensor self, float arg0) |
| |
| Tensor | __imul__ (Tensor 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 dynamic_dim, int intmd_dim=0) |
| |
| Tensor | __isub__ (Tensor self, float arg0) |
| |
| Tensor | __itruediv__ (Tensor self, float arg0) |
| |
| Tensor | __mul__ (Tensor self, Tensor arg0) |
| |
| Tensor | __mul__ (Tensor self, Scalar arg0) |
| |
| Tensor | __mul__ (Tensor self, float arg0) |
| |
| Tensor | __neg__ (Tensor self) |
| |
| Tensor | __pow__ (Tensor self, float arg0) |
| |
| Tensor | __pow__ (Tensor self, Tensor arg0) |
| |
| Tensor | __radd__ (Tensor self, Scalar arg0) |
| |
| Tensor | __radd__ (Tensor self, float arg0) |
| |
| str | __repr__ (Tensor self) |
| |
| Tensor | __rmul__ (Tensor self, Scalar arg0) |
| |
| Tensor | __rmul__ (Tensor self, float arg0) |
| |
| Tensor | __rpow__ (Tensor self, float arg0) |
| |
| Tensor | __rsub__ (Tensor self, Scalar arg0) |
| |
| Tensor | __rsub__ (Tensor self, float arg0) |
| |
| Tensor | __rtruediv__ (Tensor self, Scalar arg0) |
| |
| Tensor | __rtruediv__ (Tensor self, float arg0) |
| |
| str | __str__ (Tensor self) |
| |
| Tensor | __sub__ (Tensor self, Tensor arg0) |
| |
| Tensor | __sub__ (Tensor self, Scalar arg0) |
| |
| Tensor | __sub__ (Tensor self, float arg0) |
| |
| Tensor | __truediv__ (Tensor self, Tensor arg0) |
| |
| Tensor | __truediv__ (Tensor self, Scalar arg0) |
| |
| Tensor | __truediv__ (Tensor self, float arg0) |
| |
| Tensor | clone (Tensor self) |
| |
| Tensor | contiguous (Tensor self) |
| |
| torch.Tensor | copy_ (Tensor self, torch.Tensor arg0, bool arg1) |
| |
| bool | defined (Tensor self) |
| |
| Tensor | detach (Tensor self) |
| |
| torch.Tensor | detach_ (Tensor self) |
| |
| int | dim (Tensor self) |
| |
| Tensor | inv (Tensor self) |
| |
| Number|torch.SymInt|torch.SymFloat|torch.SymBool | item (Tensor self) |
| |
| Scalar | norm (Tensor self) |
| |
| torch.Tensor | requires_grad_ (Tensor self, bool arg0) |
| |
| Tensor | tensor (Tensor self) |
| |
| Tensor | to (Tensor self, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| torch.Tensor | torch (Tensor self) |
| |
| torch.Tensor | zero_ (Tensor self) |
| |
| TensorBaseView | base (self) |
| |
| TensorBatchView | batch (self) |
| |
| torch.device | device (self) |
| |
| torch.dtype | dtype (self) |
| |
| TensorDynamicView | dynamic (self) |
| |
| torch.Tensor | grad (self) |
| |
| TensorIntmdView | intmd (self) |
| |
| bool | requires_grad (self) |
| |
| tuple[int,...] | shape (self) |
| |
| TensorStaticView | static (self) |
| |
|
| Tensor | base_linspace (Tensor start, Tensor end, int step, int dim=0) |
| |
| Tensor | base_logspace (Tensor start, Tensor end, int step, int dim=0, Number|torch.SymInt|torch.SymFloat|torch.SymBool base=10.0) |
| |
| Tensor | dynamic_linspace (Tensor start, Tensor end, int step, int dim=0) |
| |
| Tensor | dynamic_logspace (Tensor start, Tensor end, int step, int dim=0, Number|torch.SymInt|torch.SymFloat|torch.SymBool base=10.0) |
| |
| Tensor | empty (tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | empty (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | empty_like (Tensor arg0) |
| |
| Tensor | full (tuple[int,...] base_sizes, float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | full (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, tuple[int,...] base_sizes, float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | full_like (Tensor other, float fill_value) |
| |
| Tensor | identity (int n, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | intmd_linspace (Tensor start, Tensor end, int step, int dim=0) |
| |
| Tensor | intmd_logspace (Tensor start, Tensor end, int step, int dim=0, Number|torch.SymInt|torch.SymFloat|torch.SymBool base=10.0) |
| |
| Tensor | ones (tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | ones (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | ones_like (Tensor arg0) |
| |
| Tensor | rand (tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | rand (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | rand_like (Tensor arg0) |
| |
| Tensor | zeros (tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | zeros (tuple[int,...] dynamic_sizes, tuple[int,...] intmd_sizes, tuple[int,...] base_sizes, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| Tensor | zeros_like (Tensor arg0) |
| |