Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. IDiv :: a -> Binop a

    language-lua Language.Lua.Annotated.Syntax

    No documentation available.

  2. IDiv :: Binop

    language-lua Language.Lua.Syntax

    No documentation available.

  3. module Data.IDX

    A package for reading and writing data in the IDX format. This data format is used for machine-learning data sets like the MNIST database of handwritten digits (http://yann.lecun.com/exdb/mnist/)

  4. data IDXContentType

    mnist-idx Data.IDX

    A type to describe the content, according to IDX spec

  5. data IDXData

    mnist-idx Data.IDX

    Datatype for storing IDXData. Internally data is always stored either as Int or Double unboxed vectors. However when binary serialization is used, the data is serialized according to the IDXContentType.

  6. IDXDouble :: IDXContentType

    mnist-idx Data.IDX

    No documentation available.

  7. IDXFloat :: IDXContentType

    mnist-idx Data.IDX

    No documentation available.

  8. IDXInt :: IDXContentType

    mnist-idx Data.IDX

    No documentation available.

  9. data IDXLabels

    mnist-idx Data.IDX

    A data type that holds Int labels for a set of IDXData

  10. IDXShort :: IDXContentType

    mnist-idx Data.IDX

    No documentation available.

Page 218 of many | Previous | Next