summaryrefslogtreecommitdiff
path: root/caffe2
AgeCommit message (Expand)AuthorFilesLines
2019-02-12More docs for methods in operator.hEdward Yang1-0/+12
2019-02-11Fix NERPredictor for zero initializationDmytro Dzhulgakov1-5/+5
2019-02-11Keep weights name unchanged during SsaRewrite (#16932)Kimish Patel5-21/+50
2019-02-11Expose GenerateProposals to PyTorchSebastian Messmer3-3/+68
2019-02-11Expose BBoxTransform to pytorchSebastian Messmer3-2/+142
2019-02-11Minimize templated code in caffe2 operator wrapper (#16965)Sebastian Messmer1-6/+25
2019-02-11Catch cudaError_t return val (nodiscard in rocm) (#16399)Xiaodong Wang1-2/+2
2019-02-10Int8GivenTensorFill Operator Schema fix typo (#16204)eyyub.sari@epitech.eu1-2/+2
2019-02-09Change the default image size from 227 to 224 in resnet50 trainer (#16924)Junjie Bai1-1/+1
2019-02-08Make the exception raised from "numpy.dtype(numpy.void, (INT,))" less cryptic...Chandler Zuo2-0/+16
2019-02-08Revert D13970381: [caffe2] Add visibility to registry class to fix ubsan errorBram Wasti1-10/+9
2019-02-08Extend Net.RunAllOnGPU() to support RecurrentNetwork op (#15713)Nikita Shulga2-4/+40
2019-02-08Impl ExpandDims op and fallback to CPU if needed (#15264)Gu, Jinghui5-96/+265
2019-02-08Add visibility to registry class to fix ubsan error (#16792)Bram Wasti1-9/+10
2019-02-08Remove Legacy entry point. (#16721)Edward Yang2-5/+29
2019-02-08Delete duplicate copy of THCCachingAllocator (round two). (#16615)Edward Yang3-336/+3
2019-02-07Don't automatically handle context parameter (#16867)Sebastian Messmer2-21/+26
2019-02-07Support onnxifi with partially shaped inferred net (#16877)Yinghai Lu1-2/+10
2019-02-07Specialize LengthsRangeFill and SparseLengthsWeightedSum in bound shape infer...Yinghai Lu2-6/+42
2019-02-07Activation histogram net observer with multiple histogram files as output (#1...Summer Deng2-4/+18
2019-02-07Separate elementwise level2 math functions (#16753)Xiaomeng Yang25-737/+1038
2019-02-07Enable arg_ops_test/unique_ops_test on AMD/rocm (#16853)peter.yeh@amd.com1-0/+4
2019-02-07Use bound shape inference in SparseNN tests (#16834)Yinghai Lu3-83/+138
2019-02-07Fix and re-enable test case (#16643)Sebastian Messmer8-11/+54
2019-02-07C10_REGISTER_CAFFE2_OPERATOR: Macro for registering c2 kernels (#16548)Sebastian Messmer5-98/+113
2019-02-07new embedding label type in image input op (#16835)Zhicheng Yan1-11/+16
2019-02-07Remove undefined tensor in jit script (#16379)Wanchao Liang1-1/+1
2019-02-07Insert AdjustBatchSizeOp into the predict_net. (#16811)Ying Zhang1-23/+161
2019-02-07Unify gpu_support variable in python tests (#16748)rohithkrn23-40/+36
2019-02-06Define layer_norm schema in caffe2 (#16535)Sebastian Messmer3-4/+25
2019-02-06Automatically register c10 ops with JIT (#16534)Sebastian Messmer1-7/+27
2019-02-06Add AdjustBatch Op (#16676)Yinghai Lu3-0/+170
2019-02-06Use bound shape inference in onnxifi transform (#16598)Yinghai Lu5-50/+115
2019-02-06int8 SpatialBN (#16796)Jongsoo Park4-0/+295
2019-02-06call istringstream clear after str (#16820)Jongsoo Park2-0/+4
2019-02-06no EIGEN engine for DeformConv (#16785)Jongsoo Park1-3/+0
2019-02-06format deform_conv_test.py (#16786)Jongsoo Park1-180/+266
2019-02-06Fix/Improve bound shape inference with real net tests (#16597)Yinghai Lu4-43/+183
2019-02-06caffe2 | MSVS compatibility fixes (#16765)Oleg Bogdanov6-1/+27
2019-02-06Fallback sum/add to CPU if needed (#15267)Gu, Jinghui2-20/+90
2019-02-06Revert D13854304: [redo][c10] LayerNorm Registration ExampleEdward Yang3-30/+3
2019-02-06Revert D13855525: [c10] Expose RoIAlign to torchEdward Yang3-70/+2
2019-02-06Revert D13856086: [c10] Expose GenerateProposals to torchEdward Yang3-69/+4
2019-02-06Revert D13864292: [c10] Expose BBoxTransform to pytorchEdward Yang3-128/+2
2019-02-06Revert D13865221: [c10] Expose BoxWithNMSLimitEdward Yang3-97/+2
2019-02-06Revert D13866214: [c10] Expose HeatmapMaxKeypoints to torchEdward Yang3-77/+2
2019-02-05Tensor construction codemod (#16568)Jerry Zhang7-34/+28
2019-02-05Document hip-clang and its __HIP__ macro (#16771)Johannes M Dieterich3-0/+6
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang17-47/+47
2019-02-05Expose HeatmapMaxKeypoints to torch (#16528)Bram Wasti3-2/+77