NEML2 2.0.0
|
Public Member Functions | |
SR2 | __add__ (self, float arg0) |
SR2 | __add__ (self, Scalar arg0) |
SR2 | __add__ (self, SR2 arg0) |
SR2 | __iadd__ (self, float arg0) |
SR2 | __imul__ (self, float arg0) |
None | __init__ (self) |
None | __init__ (self, torch.Tensor arg0, int arg1) |
None | __init__ (self, SR2 arg0) |
None | __init__ (self, torch.Tensor arg0) |
None | __init__ (self, R2 arg0) |
SR2 | __isub__ (self, float arg0) |
SR2 | __itruediv__ (self, float arg0) |
SR2 | __mul__ (self, float arg0) |
SR2 | __mul__ (self, Scalar arg0) |
SR2 | __neg__ (self) |
SR2 | __pow__ (self, float arg0) |
SR2 | __pow__ (self, Scalar arg0) |
SR2 | __radd__ (self, float arg0) |
str | __repr__ (self) |
SR2 | __rmul__ (self, float arg0) |
Tensor | __rpow__ (self, float arg0) |
SR2 | __rsub__ (self, float arg0) |
SR2 | __rtruediv__ (self, float arg0) |
str | __str__ (self) |
SR2 | __sub__ (self, float arg0) |
SR2 | __sub__ (self, Scalar arg0) |
SR2 | __sub__ (self, SR2 arg0) |
SR2 | __truediv__ (self, float arg0) |
SR2 | __truediv__ (self, Scalar arg0) |
torch.Tensor | __truediv__ (self, SR2 arg0) |
bool | batched (self) |
SR2 | clone (self) |
torch.Tensor | copy_ (self, torch.Tensor arg0, bool arg1) |
bool | defined (self) |
SR2 | detach (self) |
torch.Tensor | detach_ (self) |
int | dim (self) |
Number|torch.SymInt|torch.SymFloat|torch.SymBool | item (self) |
torch.Tensor | requires_grad_ (self, bool arg0) |
Tensor | tensor (self) |
SR2 | to (self, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
torch.Tensor | torch (self) |
torch.Tensor | torch (self) |
torch.Tensor | zero_ (self) |
SR2BaseView | base (self) |
SR2BatchView | 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 | |
SR2 | empty (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | empty (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | empty_like (SR2 arg0) |
SR2 | fill (float value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | fill (Scalar value) |
SR2 | fill (float value_00, float value_11, float value_22, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | fill (Scalar value_00, Scalar value_11, Scalar value_22) |
SR2 | fill (float value_00, float value_11, float value_22, float value_12, float value_02, float value_01, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | fill (Scalar value_00, Scalar value_11, Scalar value_22, Scalar value_12, Scalar value_02, Scalar value_01) |
SR2 | full (float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | full (tuple[int,...] batch_shape, float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | full_like (SR2 arg0, float arg1) |
SR2 | linspace (SR2 start, SR2 end, int nstep, int dim=0) |
SR2 | logspace (SR2 start, SR2 end, int nstep, int dim=0, float base=10.0) |
SR2 | ones (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | ones (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | ones_like (SR2 arg0) |
SR2 | zeros (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | zeros (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
SR2 | zeros_like (SR2 arg0) |
None __init__ | ( | self | ) |
None __init__ | ( | self, | |
torch.Tensor | arg0, | ||
int | arg1 ) |
None __init__ | ( | self, | |
SR2 | arg0 ) |
None __init__ | ( | self, | |
torch.Tensor | arg0 ) |
None __init__ | ( | self, | |
R2 | arg0 ) |
SR2 __add__ | ( | self, | |
float | arg0 ) |
SR2 __iadd__ | ( | self, | |
float | arg0 ) |
SR2 __imul__ | ( | self, | |
float | arg0 ) |
SR2 __isub__ | ( | self, | |
float | arg0 ) |
SR2 __itruediv__ | ( | self, | |
float | arg0 ) |
SR2 __mul__ | ( | self, | |
float | arg0 ) |
SR2 __neg__ | ( | self | ) |
SR2 __pow__ | ( | self, | |
float | arg0 ) |
SR2 __radd__ | ( | self, | |
float | arg0 ) |
str __repr__ | ( | self | ) |
SR2 __rmul__ | ( | self, | |
float | arg0 ) |
Tensor __rpow__ | ( | self, | |
float | arg0 ) |
SR2 __rsub__ | ( | self, | |
float | arg0 ) |
SR2 __rtruediv__ | ( | self, | |
float | arg0 ) |
str __str__ | ( | self | ) |
SR2 __sub__ | ( | self, | |
float | arg0 ) |
SR2 __truediv__ | ( | self, | |
float | arg0 ) |
torch.Tensor __truediv__ | ( | self, | |
SR2 | arg0 ) |
SR2BaseView base | ( | self | ) |
SR2BatchView batch | ( | self | ) |
bool batched | ( | self | ) |
SR2 clone | ( | self | ) |
torch.Tensor copy_ | ( | self, | |
torch.Tensor | arg0, | ||
bool | arg1 ) |
bool defined | ( | self | ) |
SR2 detach | ( | self | ) |
torch.Tensor detach_ | ( | self | ) |
torch.device device | ( | self | ) |
int dim | ( | self | ) |
torch.dtype dtype | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
torch.Tensor grad | ( | self | ) |
Number | torch.SymInt | torch.SymFloat | torch.SymBool item | ( | self | ) |
|
static |
|
static |
bool requires_grad | ( | self | ) |
torch.Tensor requires_grad_ | ( | self, | |
bool | arg0 ) |
tuple[int, ...] shape | ( | self | ) |
Tensor tensor | ( | self | ) |
SR2 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 |