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

Description

 
Synopsis

Documentation

maskedFill_ :: Tensor d1 -> ByteTensor d2 -> HsReal -> IO () Source #

Static call to maskedFill_

_maskedCopy :: Tensor d1 -> ByteTensor d2 -> Tensor d3 -> IO () Source #

Static call to _maskedCopy

_maskedSelect :: Tensor d1 -> Tensor d2 -> ByteTensor d3 -> IO () Source #

Static call to _maskedSelect