Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
tensorOptions_device_D :: ForeignPtr TensorOptions -> DeviceType -> IO (ForeignPtr TensorOptions) Source #
tensorOptions_device_index_s :: ForeignPtr TensorOptions -> Int16 -> IO (ForeignPtr TensorOptions) Source #
tensorOptions_dtype_s :: ForeignPtr TensorOptions -> ScalarType -> IO (ForeignPtr TensorOptions) Source #
tensorOptions_layout_L :: ForeignPtr TensorOptions -> Layout -> IO (ForeignPtr TensorOptions) Source #
tensorOptions_requires_grad_b :: ForeignPtr TensorOptions -> CBool -> IO (ForeignPtr TensorOptions) Source #
dtype_s :: ScalarType -> IO (ForeignPtr TensorOptions) Source #
layout_L :: Layout -> IO (ForeignPtr TensorOptions) Source #
device_D :: DeviceType -> IO (ForeignPtr TensorOptions) Source #
device_index_s :: Int16 -> IO (ForeignPtr TensorOptions) Source #
requires_grad_b :: CBool -> IO (ForeignPtr TensorOptions) Source #