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.Dynamic.Tensor.Math.Pointwise.Signed

Description

 
Synopsis

Documentation

neg_ :: Dynamic -> IO () Source #

Inplace version of neg

neg :: Dynamic -> Dynamic Source #

Return a new tensor flipping the sign on every element.

abs_ :: Dynamic -> IO () Source #

Inplace version of abs

abs :: Dynamic -> Dynamic Source #

Return a new tensor applying the absolute function to all elements.