hasktorch-signatures-partial-0.0.1.0: src/Torch/Undefined/Tensor/Math/Floating.hs
module Torch.Undefined.Tensor.Math.Floating where import Foreign import Foreign.C.Types import Torch.Sig.Types import Torch.Sig.Types.Global c_linspace :: Ptr CState -> Ptr CTensor -> CReal -> CReal -> CLLong -> IO () c_linspace = undefined c_logspace :: Ptr CState -> Ptr CTensor -> CReal -> CReal -> CLLong -> IO () c_logspace = undefined