| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Torch.TensorOptions
Documentation
newtype TensorOptions Source #
Constructors
| TensorOptions ATenTensorOptions |
Instances
| Show TensorOptions Source # | |
Defined in Torch.TensorOptions | |
| TensorOptionLike TensorOptions Source # | |
Defined in Torch.Tensor Methods withTensorOptions :: Tensor -> TensorOptions -> Tensor Source # | |
| Castable TensorOptions ATenTensorOptions Source # | |
Defined in Torch.TensorOptions Methods cast :: TensorOptions -> (ATenTensorOptions -> IO r) -> IO r Source # uncast :: ATenTensorOptions -> (TensorOptions -> IO r) -> IO r Source # | |
withDType :: DType -> TensorOptions -> TensorOptions Source #
withDevice :: Device -> TensorOptions -> TensorOptions Source #
withLayout :: Layout -> TensorOptions -> TensorOptions Source #