summaryrefslogtreecommitdiff
path: root/torch
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Revert D13854304: [redo][c10] LayerNorm Registration ExampleEdward Yang1-3/+0
2019-02-06Revert D13855525: [c10] Expose RoIAlign to torchEdward Yang1-2/+0
2019-02-06Revert D13856086: [c10] Expose GenerateProposals to torchEdward Yang1-2/+0
2019-02-06Revert D13864292: [c10] Expose BBoxTransform to pytorchEdward Yang1-2/+0
2019-02-06Revert D13865221: [c10] Expose BoxWithNMSLimitEdward Yang1-2/+0
2019-02-06Revert D13866214: [c10] Expose HeatmapMaxKeypoints to torchEdward Yang1-2/+0
2019-02-06Fix pip list format in collect_env (#16798)Rodrigo Berriel1-1/+1
2019-02-05fix BUILD_CAFFE2_OPSZachary DeVito1-1/+5
2019-02-05Remove unnecessary typing import. (#16777)Edward Yang1-1/+0
2019-02-05Fix alias analysis for fork/wait (#16671)Michael Suo5-174/+294
2019-02-05Warn when tracing legacy constructorsDavid Riazati2-0/+3
2019-02-05Use torch.zeros for nn.LSTMDavid Riazati1-3/+3
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang30-103/+103
2019-02-05dict values(), keys(), and len() (#16629)David Riazati3-17/+74
2019-02-05Expose HeatmapMaxKeypoints to torch (#16528)Bram Wasti1-0/+2
2019-02-05Expose BoxWithNMSLimit (#16529)Bram Wasti1-0/+2
2019-02-05Expose BBoxTransform to pytorch (#16530)Bram Wasti1-0/+2
2019-02-05Expose GenerateProposals to torch (#16477)Bram Wasti1-0/+2
2019-02-05Expose RoIAlign to torch (#16476)Bram Wasti1-0/+2
2019-02-05LayerNorm Registration Example (#16478)Bram Wasti1-0/+3
2019-02-05Enable undefined at::Tensor to be passed as Output (#16730)Bram Wasti1-3/+1
2019-02-05Preserve method parameter names (#16750)Zachary DeVito1-5/+4
2019-02-05Make tuple checks faster (#16657)Adam Paszke1-2/+8
2019-02-05logsumexp for multiple dimensions (#16475)Brennan Vincent2-46/+50
2019-02-05Integrate PyTorch quantization APIs into ensemble export modules (#309)James Reed1-0/+4
2019-02-05Fork/join parallelism for ensemble export modules (#310)James Reed1-0/+0
2019-02-05Add an API to set the number of threads in C10 thread pool (#16669)James Reed1-1/+0
2019-02-04points-to graph simplification (#16605)Michael Suo7-301/+257
2019-02-04Revert "Move outplace ops to ATen (#12413)" (#16731)Edward Yang2-49/+35
2019-02-04Update the cmake build configuration for AppleClang compiler (#15820)JerryShih1-6/+6
2019-02-02Fix issue with scalars and __rpow__ (#16687)vishwakftw1-1/+1
2019-02-01Add @ignore annotation (#16055)David Riazati7-6/+90
2019-02-01fix tracing using a dictionary as input (#16616)Michael Suo1-1/+0
2019-02-01Implement new c10 dispatcher (#16625)Sebastian Messmer1-10/+17
2019-02-01Add train() / eval() / is_training() to C++ ScriptModule API (#16044)Will Feng1-0/+21
2019-02-01Expose backend extensions to pythonRoy Li1-0/+1
2019-01-31Improving docs for MultiLabelSoftMarginLoss (#16644)James Malcolm1-2/+2
2019-01-31Add torch.backends.openmp.is_available(); fix some cmake messages (#16425)SsnL3-0/+8
2019-01-31Move outplace ops to ATen (#12413)Xiang Gao2-35/+49
2019-01-31Remove constant propagation expect files (#16348)Elias Ellison1-42/+64
2019-01-31Fix a lot of C++ build warnings (#16411)James Reed9-36/+6
2019-01-31Add immutable dict support (#16208)David Riazati13-5/+251
2019-01-31Fix SIOF in torch using caffe2 registry (#16473)Bram Wasti3-3/+8
2019-01-31Allow ScriptModule(optimize=False) when jit disabled (#16297)David Riazati1-1/+3
2019-01-31Get more fusion after autodiff uses SumToSize (#14957)Thomas Viehmann10-40/+312
2019-01-31Replaced "from_numpy" with "as_tensor" in docs. (#16587)sebftw1-1/+1
2019-01-31printing correct dimension while indexing (#16495)bhushan1-5/+5
2019-01-31split up AliasTracker into a separate file (#16588)Michael Suo5-371/+439
2019-01-31Access profiler from cpp (#16580)Zachary DeVito2-0/+98
2019-01-30Fix: avoid race condition on model zoo directory creation (#16578)Antoine Busque1-1/+11