summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2018-02-22add control flow to interpreter (#5293)Zachary DeVito3-124/+58
2018-02-22[ready] Layer Normalization (#4922)Tongzhou Wang2-5/+13
2018-02-21Various dtype improvements. (#5321)gchanan3-28/+6
2018-02-21Improve Function interface (#5221)Peter Goldsborough3-10/+9
2018-02-20Add numpy-style dtypes to Variable factories. (#5245)gchanan5-21/+102
2018-02-19Speed-up nn.Linear for the 3d input case (#5279)Sam Gross2-1/+4
2018-02-15Added further automatic IBVERB lib and header check before enabling THD/Gloo ...Teng Li5-42/+71
2018-02-14Consolidated dockerfile changes, updated README (#5235)Sean Naren1-39/+0
2018-02-13 add reduce=True arg to SoftMarginLoss (#5071)li-roy2-6/+15
2018-02-12Add missing async deprecated wrapper to tools/autograd/templates/python_varia...Edward Z. Yang1-1/+2
2018-02-12Improve Variable interface (#5127)Peter Goldsborough5-61/+47
2018-02-12Move EmbeddingBag into ATen (#4856)cpuhrsch1-0/+3
2018-02-12Expose sparse variable sspaddmm (#5017)Richard Zou1-0/+6
2018-02-09Add a new_tensor instance method to Variable that takes only data. (#5144)gchanan2-2/+12
2018-02-07Restore torch.mm behavior for sparse variables (#5077)Richard Zou1-1/+1
2018-02-07Add scalar module tests for common_nn. (#5095)gchanan2-4/+12
2018-02-06Add Variable.item() (#5090)Sam Gross1-0/+19
2018-02-06Add deprecated add_out overload (#5088)Sam Gross4-19/+33
2018-02-06Run test_nn criterion tests over Variables, add a scalar test (#5058)gchanan2-3/+3
2018-02-05Fix torch.diag backward with non-square matrix (#4538)Richard Zou2-1/+33
2018-02-05Port cuDNN RNN bindings to ATen (#4881)Edward Z. Yang10-38/+135
2018-02-05add reduce=True argument to MultiLabelMarginLoss (#4924)li-roy1-2/+2
2018-02-05Don't allow scalars where vectors are required in mv, addmv, ger, addr. (#5003)gchanan1-2/+2
2018-02-03Remove FunctionFlags (#5018)Peter Goldsborough2-8/+2
2018-02-02Fix output_nr not incremented correctly (#4812)Tongzhou Wang2-5/+5
2018-02-02Replace async with non_blocking for Python 3.7 (#4999)Peter Goldsborough3-10/+12
2018-02-01Only check that arguments are Variables in VariableType (#4991)Sam Gross4-109/+82
2018-02-01Revert "Only check that arguments are Variables in VariableType (#4943)" (#4980)Sam Gross4-82/+109
2018-01-31Clarify grad_input_mask documentation in derivatives.yaml (#4963)Edward Z. Yang1-9/+11
2018-01-31Only check that arguments are Variables in VariableType (#4943)Sam Gross4-109/+82
2018-01-31Fix JIT tracing in autograd codegen (#4941)Adam Paszke1-1/+3
2018-01-29Fix some scalar issues with autograd. (#4889)gchanan2-5/+27
2018-01-29Move repeat autograd to C++. (#4885)gchanan2-0/+30
2018-01-27New index computation strategy in Functions.cpp (Tensor/TensorList) (#4775)Edward Z. Yang5-60/+92
2018-01-27Fix torch.pstrf on Variables (#4883)Sam Gross3-0/+8
2018-01-26Use variadic templates instead of initializer lists and overloads. (#4772)Edward Z. Yang3-69/+84
2018-01-25Implemented Poisson in Distributions.cu and Distributions.cppRachit Singh1-0/+3
2018-01-24Enabling Infiniband support for Gloo data channel with auto IB detection (#4795)Teng Li1-0/+68
2018-01-23Restore sparse variable transpose_() and t_() (#4779)Richard Zou1-0/+1
2018-01-23Fix #4480 by tracing inputs before running function. (#4807)Edward Z. Yang1-13/+20
2018-01-23Enable scalars if compiled with WITH_SCALAR environment variable. (#4806)gchanan5-35/+37
2018-01-23Better unsqueeze_toRichard Zou1-5/+2
2018-01-22Add kwarg-only 'requires_grad' parameter to Variable factories. (#4748)gchanan2-21/+101
2018-01-22Implement a (data-only) Variable factory (#4753)gchanan1-0/+9
2018-01-22Fix squeeze() backward in edge case (#4783)Richard Zou1-0/+13
2018-01-22Fix resize_as_ on Variables containing SparseTensors (#4745)Sam Gross1-1/+7
2018-01-19Implement record_stream on Variable (#4728)Sam Gross1-0/+22
2018-01-19Allow Variables in the (legacy) THNN bindings. (#4723)Sam Gross1-16/+17
2018-01-19Fix call to THPUtils_parseSlice (#4732)Sam Gross1-0/+15
2018-01-18update runtime dockerfile (#4736)ngimel1-5/+8