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.Pointwise.Floating

Description

 
Synopsis

Documentation

cinv :: Dimensions d => Tensor d -> Tensor d Source #

Static version of cinv

sigmoid :: Dimensions d => Tensor d -> Tensor d Source #

Static version of sigmoid

log :: Dimensions d => Tensor d -> Tensor d Source #

Static version of log

lgamma :: Dimensions d => Tensor d -> Tensor d Source #

Static version of lgamma

log1p :: Dimensions d => Tensor d -> Tensor d Source #

Static version of log1p

exp :: Dimensions d => Tensor d -> Tensor d Source #

Static version of exp

cos :: Dimensions d => Tensor d -> Tensor d Source #

Static version of cos

acos :: Dimensions d => Tensor d -> Tensor d Source #

Static version of acos

cosh :: Dimensions d => Tensor d -> Tensor d Source #

Static version of cosh

sin :: Dimensions d => Tensor d -> Tensor d Source #

Static version of sin

asin :: Dimensions d => Tensor d -> Tensor d Source #

Static version of asin

sinh :: Dimensions d => Tensor d -> Tensor d Source #

Static version of sinh

tan :: Dimensions d => Tensor d -> Tensor d Source #

Static version of tan

atan :: Dimensions d => Tensor d -> Tensor d Source #

Static version of atan

tanh :: Dimensions d => Tensor d -> Tensor d Source #

Static version of tanh

erf :: Dimensions d => Tensor d -> Tensor d Source #

Static version of erf

erfinv :: Dimensions d => Tensor d -> Tensor d Source #

Static version of erfinv

pow :: Dimensions d => Tensor d -> HsReal -> Tensor d Source #

Static version of pow

tpow :: Dimensions d => HsReal -> Tensor d -> Tensor d Source #

Static version of tpow

sqrt :: Dimensions d => Tensor d -> Tensor d Source #

Static version of sqrt

rsqrt :: Dimensions d => Tensor d -> Tensor d Source #

Static version of rsqrt

ceil :: Dimensions d => Tensor d -> Tensor d Source #

Static version of ceil

floor :: Dimensions d => Tensor d -> Tensor d Source #

Static version of floor

round :: Dimensions d => Tensor d -> Tensor d Source #

Static version of round

trunc :: Dimensions d => Tensor d -> Tensor d Source #

Static version of trunc

frac :: Dimensions d => Tensor d -> Tensor d Source #

Static version of frac

lerp :: Dimensions d => Tensor d -> Tensor d -> HsReal -> Tensor d Source #

Static version of lerp

atan2 :: Dimensions d => Tensor d -> Tensor d -> Tensor d Source #

Static version of atan2