-
Notifications
You must be signed in to change notification settings - Fork 180
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
Comments
@migueldeicaza, how did you make this list? Which header file contains it? |
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. |
The operator on this list now all have .NET bindings. |
I am going to close this issue since it looks that Niklas completed all operators. |
Added some tensor operations and loss functions
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
The text was updated successfully, but these errors were encountered: