Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2017-07-20update docs (#1062)LambdaWill
2017-07-12Fixing arctan2 documentation (#1060)Amartya Sanyal
2017-07-11Implementation of Alias Multinomial for faster Multinomial sampling (#1046)Amartya Sanyal
2017-05-12fix uninitialized variable in cmake FindSSE (#1023)Eric Cosatto
2017-04-21Fix typo in tensor.md (#1010)TYLVY
2017-04-12Revert "make it compile on Windows + use ilp64 MKL" (#1002)Soumith Chintala
2017-04-05E.g. = for example. "For e.g.," is a typo (#992)Liang Gong
2017-04-04make it compile on Windows + use ilp64 MKL (#981)Eric Cosatto
2017-02-10Adding documentation for bitwise operationsPavan Yalamanchili
2017-01-01Merge branch 'master' into contiguous-cat-1dSoumith Chintala
2016-12-28fixed the writing error in math docatkayu
2016-12-28rename histc2 to bhistcatkayu
2016-12-26Add a different code path for catting contiguous tensors along the first dime...nkoumchatzky
2016-12-22add a new function histc2atkayu
2016-11-11Update random.mdSoumith Chintala
2016-10-27Updated maskedCopy example #1John Martin
2016-10-24Fix the reference so that trepl can find the right documentHoward Su
2016-08-23clean up equations in documentationTimothy Emerick
2016-08-13fix addmm and addmv documentation when they are methodsSoumith Chintala
2016-08-03fixed maskedCopy documentationSoumith Chintala
2016-07-07Document vec:addmv(scalar, mat, vec2) callAchal Dave
2016-06-09Update maths.md (#698)Tzu-Wei Huang
2016-05-25Make CmdLine:log check whether file is a file descriptor, before creating a n...cpuhrsch
2016-04-26Fixed torch.equal entry in the docFrederic Besse
2016-04-26tensor.md missing LongTensorZeming Lin
2016-04-21fix documentation to clarify indexing methods and sharingSoumith Chintala
2016-04-17Merge pull request #620 from liboyue/Add_fmod_remainder_and_remove_modSoumith Chintala
2016-04-12Fix link in serialization.mdmarioyc
2016-04-07Update maths.mdWojciech Czarnecki
2016-04-01Merge pull request #470 from fbesse/masterSoumith Chintala
2016-03-29Remove mod() and cmod().liboyue
2016-03-29Add remainder() and cremainder().liboyue
2016-03-29Add fmod(), cfmod()liboyue
2016-03-24Add DiskFile:noBuffer()Sam Gross
2016-03-16Document non-global RNG functionality.Cyprien de Masson
2016-03-07Merge pull request #562 from davidsaxton/testerSoumith Chintala
2016-03-05Add math functions trunc, frac, rsqrt, lerpAndreas Köpf
2016-03-04Add support for loading data saved on 32/64 bit OSAlfredo Canziani
2016-02-27Update maths.mdKaiyu Yang
2016-02-25Replace torch.Tester with totem.Tester + extra stuff.David Saxton
2016-02-23doc/storage: add precisions for ptr, size modeCédric Deltheil
2016-02-16Added torch.equal function which performs a tensor equality checkFrederic Besse
2016-02-12doc tweak for in-plcae pow(n, x)Hugh Perkins
2016-02-08Added torch.mod and torch.cmod functionsGeorg Ostrovski
2016-02-02Revert "Adding argmax index as second return value to max/min calls without s...Dominik Grewe
2016-02-02Readding the argmin argmax as second argumentMevlana Gemici
2016-01-21add :cinv(), which does 1/x, addresses https://github.com/torch/torch7/issues...Hugh Perkins
2016-01-14maths.md: minor wording changesJiahao Chen
2016-01-12Add torch.sigmoid, and sometensor:sigmoid()Hugh Perkins
2015-12-29topk implementationJeff Johnson