|
| WFR4 | __add__ (self, float arg0) |
| |
| WFR4 | __add__ (self, Scalar arg0) |
| |
| WFR4 | __add__ (self, WFR4 arg0) |
| |
| WFR4 | __iadd__ (self, float arg0) |
| |
| WFR4 | __imul__ (self, float arg0) |
| |
| None | __init__ (self) |
| |
| None | __init__ (self, torch.Tensor arg0, int arg1) |
| |
| None | __init__ (self, WFR4 arg0) |
| |
| None | __init__ (self, torch.Tensor arg0) |
| |
| WFR4 | __isub__ (self, float arg0) |
| |
| WFR4 | __itruediv__ (self, float arg0) |
| |
| WFR4 | __mul__ (self, float arg0) |
| |
| WFR4 | __mul__ (self, Scalar arg0) |
| |
| WFR4 | __neg__ (self) |
| |
| WFR4 | __pow__ (self, float arg0) |
| |
| WFR4 | __pow__ (self, Scalar arg0) |
| |
| WFR4 | __radd__ (self, float arg0) |
| |
| str | __repr__ (self) |
| |
| WFR4 | __rmul__ (self, float arg0) |
| |
| Tensor | __rpow__ (self, float arg0) |
| |
| WFR4 | __rsub__ (self, float arg0) |
| |
| WFR4 | __rtruediv__ (self, float arg0) |
| |
| str | __str__ (self) |
| |
| WFR4 | __sub__ (self, float arg0) |
| |
| WFR4 | __sub__ (self, Scalar arg0) |
| |
| WFR4 | __sub__ (self, WFR4 arg0) |
| |
| WFR4 | __truediv__ (self, float arg0) |
| |
| WFR4 | __truediv__ (self, Scalar arg0) |
| |
| torch.Tensor | __truediv__ (self, WFR4 arg0) |
| |
| bool | batched (self) |
| |
| WFR4 | clone (self) |
| |
| torch.Tensor | copy_ (self, torch.Tensor arg0, bool arg1) |
| |
| bool | defined (self) |
| |
| WFR4 | 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) |
| |
| WFR4 | to (self, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| torch.Tensor | torch (self) |
| |
| torch.Tensor | torch (self) |
| |
| torch.Tensor | zero_ (self) |
| |
| WFR4BaseView | base (self) |
| |
| WFR4BatchView | batch (self) |
| |
| torch.device | device (self) |
| |
| torch.dtype | dtype (self) |
| |
| torch.Tensor | grad (self) |
| |
| bool | requires_grad (self) |
| |
| tuple[int,...] | shape (self) |
| |
|
| WFR4 | empty (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | empty (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | empty_like (WFR4 arg0) |
| |
| WFR4 | full (float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | full (tuple[int,...] batch_shape, float fill_value, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | full_like (WFR4 other, float fill_value) |
| |
| WFR4 | linspace (WFR4 start, WFR4 end, int nstep, int dim=0) |
| |
| WFR4 | logspace (WFR4 start, WFR4 end, int nstep, int dim=0, float base=10.0) |
| |
| WFR4 | ones (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | ones (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | ones_like (WFR4 arg0) |
| |
| WFR4 | zeros (*, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | zeros (tuple[int,...] batch_shape, *, torch.dtype dtype=..., torch.device device=..., bool requires_grad=False) |
| |
| WFR4 | zeros_like (WFR4 arg0) |
| |