Copyright | (c) Sam Stites 2017 |
---|---|
License | BSD3 |
Maintainer | [email protected] |
Stability | experimental |
Portability | non-portable |
Safe Haskell | None |
Language | Haskell2010 |
Torch.Indef.Static.Tensor.Masked
Description
Synopsis
- maskedFill_ :: Tensor d1 -> ByteTensor d2 -> HsReal -> IO ()
- _maskedCopy :: Tensor d1 -> ByteTensor d2 -> Tensor d3 -> IO ()
- _maskedSelect :: Tensor d1 -> Tensor d2 -> ByteTensor d3 -> IO ()
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