Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tensor operation - progress tracking #6

Closed
migueldeicaza opened this issue Oct 23, 2018 · 4 comments
Closed

Tensor operation - progress tracking #6

migueldeicaza opened this issue Oct 23, 2018 · 4 comments

Comments

@migueldeicaza
Copy link
Contributor

migueldeicaza commented Oct 23, 2018

  • maskedFill

  • maskedCopy

  • maskedSelect

  • squeeze

  • squeeze1d

  • unsqueeze1d

  • nonzero

  • indexSelect

  • indexCopy

  • indexAdd

  • indexFill

  • take

  • put

  • gather

  • scatter

  • scatterAdd

  • scatterFill

  • dot

  • minall

  • maxall

  • medianall

  • sumall

  • prodall

  • neg

  • cinv

  • add

  • sub

  • add_scaled

  • sub_scaled

  • mul

  • div

  • lshift

  • rshift

  • fmod

  • remainder

  • clamp

  • bitand

  • bitor

  • bitxor

  • cadd

  • csub

  • cmul

  • cpow

  • cdiv

  • clshift

  • crshift

  • cfmod

  • cremainder

  • cbitand

  • cbitor

  • cbitxor

  • addcmul

  • addcdiv

  • addmv

  • addmm

  • addr

  • addbmm

  • baddbmm

  • match

  • numel

  • max

  • min

  • kthvalue

  • mode

  • median

  • sum

  • prod

  • cumsum

  • cumprod

  • sign

  • cross

  • cmax

  • cmin

  • cmaxValue

  • cminValue

  • zerosLike

  • onesLike

  • diag

  • eye

  • arange

  • range

  • randperm

  • sort

  • topk

  • tril

  • triu

  • cat

  • catArray

  • equal

  • ltValue

  • leValue

  • gtValue

  • geValue

  • neValue

  • eqValue

  • ltValueT

  • leValueT

  • gtValueT

  • neValueT

  • eqValueT

  • ltTensor

  • leTensor

  • gtTensor

  • geTensor

  • neTensor

  • eqTensor

  • ltTensorT

  • leTensorT

  • gtTensorT

  • geTensorT

  • neTensorT

  • eqTensorT

  • pow

  • tpow

  • abs

  • sigmoid

  • log

  • lgamma

  • digamma

  • trigamma

  • polygamma

  • log10

  • log1p

  • log2

  • exp

  • expm1

  • cos

  • acos

  • cosh

  • sin

  • asin

  • sinh

  • tan

  • atan

  • atan2

  • tanh

  • erf

  • erfc

  • erfinv

  • sqrt

  • rsqrt

  • ceil

  • floor

  • round

  • abs

  • trunc

  • frac

  • lerp

  • mean

  • std

  • var

  • norm

  • renorm

  • dist

  • histc

  • bhistc

  • meanall

  • varall

  • stdall

  • normall

  • linspace

  • logspace

  • dirichlet_grad

  • logicalAndAll

  • logicalAnyAll

  • logicalAnd

  • logicalAny

@markusweimer
Copy link
Member

@migueldeicaza, how did you make this list? Which header file contains it?

@migueldeicaza
Copy link
Contributor Author

I looked at the public symbols from libtorhc.a, and then found where they are defined, which is a little tricky - they use macros that expand to the public symbols:

./include/TH/generic/THTensorMath.h

Among other tensor operations.

@NiklasGustafsson
Copy link
Contributor

The operator on this list now all have .NET bindings.

@interesaaat
Copy link
Contributor

I am going to close this issue since it looks that Niklas completed all operators.

migueldeicaza pushed a commit that referenced this issue Jun 24, 2019
Added some tensor operations and loss functions
NiklasGustafsson added a commit that referenced this issue Jun 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants