signature Torch.Sig.Tensor.Sort where import Foreign import Foreign.C.Types import Torch.Sig.Types import Torch.Sig.Types.Global c_sort :: Ptr CState -> Ptr CTensor -> Ptr CIndexTensor -> Ptr CTensor -> CInt -> CInt -> IO () -- * THC only -- c_sortKeyValueInplace :: Ptr CState -> Ptr CMaskTensor -> Ptr CIndexTensor -> CInt -> CInt -> IO ()