hasktorch-zoo-0.0.1.0: Neural architectures in hasktorch

Safe HaskellNone
LanguageHaskell2010

Torch.Data.OneHot

Documentation

onehot :: forall i c. (Integral i, Ord c, Bounded c, Enum c) => c -> [i] Source #

onehotf :: forall i c. (Fractional i, Ord c, Bounded c, Enum c) => c -> [i] Source #