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

Description

 
Synopsis

Documentation

_gather :: Tensor d -> Tensor d -> Word -> IndexTensor '[n] -> IO () Source #

Static call to _gather

_scatter :: Tensor d -> Word -> IndexTensor '[n] -> Tensor d -> IO () Source #

Static call to _scatter

_scatterAdd :: Tensor d -> Word -> IndexTensor '[n] -> Tensor d -> IO () Source #

Static call to _scatterAdd

_scatterFill :: Tensor d -> Word -> IndexTensor '[n] -> HsReal -> IO () Source #

Static call to _scatterFill