hasktorch-indef-0.0.1.0: Core Hasktorch abstractions wrapping FFI bindings

Copyright(c) Sam Stites 2017
LicenseBSD3
Maintainersam@stites.io
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Torch.Indef.Static.Tensor.Math.Random.TH

Description

FIXME: copy-paste, or switch documentation to preference Static modules.

Synopsis

Documentation

_rand :: Dimensions d => Tensor d -> Generator -> LongStorage -> IO () Source #

Statically typed version of _rand.

_randn :: Dimensions d => Tensor d -> Generator -> LongStorage -> IO () Source #

Statically typed version of _randn.

_randperm :: Dimensions d => Tensor d -> Generator -> Integer -> IO () Source #

Statically typed version of _randperm.