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.Scan

Description

 
Synopsis

Documentation

_cumsum :: Tensor d -> Tensor d -> Word -> IO () Source #

Static call to _cumsum

_cumprod :: Tensor d -> Tensor d -> Word -> IO () Source #

Static call to _cumprod