summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-23Caffe2 ARM ComputeLibrary integration (#2015)Jerry Zhang49-13/+2757
2018-02-24[auto] Update onnx to e78c068 - Adding int32, int64 and double input data typ...onnxbot1-0/+0
2018-02-23Remove build_host_protoc.bat as it is no longer needed after protobuf update....Yangqing Jia2-72/+0
2018-02-23[DT] [4/n] Make epoch_group explicit for JobRunner (#2018)Qinqing Zheng1-3/+5
2018-02-23[auto] Update onnx to 3ca6622 - Fix pow op's test case (#546) (#548)onnxbot1-0/+0
2018-02-22Fixing an error building with CUDA on windows (#2004)Paul Jesse Hellemn2-2/+12
2018-02-22Install onnx by using the onnx inside caffe2 (#2002)Yinghai Lu2-5/+8
2018-02-22Rename caffe2_ref_test.py to c2_ref_test.py (#2016)Yinghai Lu1-1/+1
2018-02-22fix all the broken tests from adding debug info (#2013)Bram Wasti2-17/+34
2018-02-22add third output in onnx -> caffe2 lstm conversion (#2011)anderspapitto1-6/+10
2018-02-22added debug info to OperatorDefBram Wasti2-0/+9
2018-02-22CMake cuda targets (#1993)Yangqing Jia6-150/+192
2018-02-22Support convolution without bias in NNPACK bindingsMarat Dukhan1-6/+21
2018-02-21Add onnx as a submodule (#1998)Yinghai Lu2-0/+3
2018-02-21Adding guards around adding protobuf targets (#1997)Paul Jesse Hellemn1-13/+19
2018-02-21[PR] Floor and Ceil OpOrion Reblitz-Richardson8-0/+375
2018-02-21Implementing Pow operator (this merges existing pow with a scalar and new pow...Orion Reblitz-Richardson8-81/+718
2018-02-20Add an option in cmake for specifying caffe2 python lib relative installation...bddppq1-6/+9
2018-02-21Update onnx version to include the model files suffix change (#1991)bddppq1-1/+1
2018-02-21Fix public protobuf interface (#1961)Yangqing Jia11-160/+236
2018-02-20Remove gf library in MKL (#1976)sf-wind1-2/+2
2018-02-20Allow more backends in caffe2_benchmark (#1979)sf-wind2-8/+10
2018-02-20Move onnx-caffe2 inside caffe2 (#1921)Yinghai Lu16-0/+3131
2018-02-20Avoid having two protobuf on ubuntu14.04 (#1989)bddppq1-2/+4
2018-02-20Make sure libcaffe2.so does not require executable stackMarat Dukhan1-0/+0
2018-02-20Adding 'full' version of conda build (#1934)Paul Jesse Hellemn6-11/+182
2018-02-16Adding a new ReduceScatter Operator.Manoj Krishnan5-0/+289
2018-02-16change schema's __repr__() flat output to pprint style indented outputYan Zhu1-13/+28
2018-02-16- Fix unused parameter warning in pool_op.ccDavid Lai1-0/+38
2018-02-16Make zstd position independentFei Sun1-0/+1
2018-02-16Update onnx version for onnx-caffe2 testYinghai Lu1-1/+5
2018-02-16Fix RowWiseSparseAdam implementationFrank Jiang4-32/+18
2018-02-16Fix warning in net_testMarat Dukhan1-1/+1
2018-02-16Fix event synchronization logicIlia Cherniavskii2-10/+18
2018-02-16Make caffe2 handle out of bounds values correctlySebastian Messmer2-4/+12
2018-02-15Use 8-bit quantization only in cases when it makes sense.Andrey Malevich1-0/+4
2018-02-15Add CPU_ONLY tag for sparse_feature_hash layerXianjie Chen1-0/+8
2018-02-15Update glooManoj Krishnan1-0/+0
2018-02-15Support EQ operator for bool typeDo Huy Hoang4-2/+20
2018-02-15- Fix unused parameter warning in math_cpu.ccDavid Lai1-0/+2
2018-02-15Fix setup.pyYinghai Lu1-1/+1
2018-02-15Trying a quick patch to install protobuf 2.6Jesse Hellemn3-2/+29
2018-02-14Don't allow to export models where parameters are inputs/outputsAndrey Malevich2-0/+29
2018-02-14Expose Caffe2 WorkerPool from ThreadPoolAndrew Tulloch3-1/+12
2018-02-14Fix nccl cmake filesJunjie Bai1-11/+26
2018-02-14- Fix unused parameter warning in typeid.hDavid Lai1-0/+2
2018-02-14Disable support of using ninja in setup.pyJunjie Bai1-25/+2
2018-02-14Fix Android build with binariesMarat Dukhan3-10/+16
2018-02-14detailed error output for parameter sharingYan Zhu1-2/+3
2018-02-14Fixing conda buildsJesse Hellemn1-29/+3