summaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Expand)AuthorFilesLines
2018-05-01[auto] Update onnx to b7d8dc8 - fix cmake warning message (#863)onnxbot1-0/+0
2018-05-01[auto] Update onnx to f585c5d - add pytorch-operator test for tile (#831)onnxbot1-0/+0
2018-05-01[auto] Update onnx to 993fe70 - add install step (#832)onnxbot1-0/+0
2018-04-30Introducing onnx-tensorrt to third_party (#7119)Yinghai Lu1-0/+0
2018-05-01[auto] Update onnx to 68bc26c - add type inference for traditional ml ops exc...onnxbot1-0/+0
2018-05-01[auto] Update onnx to 9cc0cda - fix string representation of scalar types (#858)onnxbot1-0/+0
2018-04-30[auto] Update onnx to 1078925 - fix y in pow test case to scalar (#852)onnxbot1-0/+0
2018-04-30Merge autogradpp into PyTorch (#7074)Peter Goldsborough1-0/+0
2018-04-30[auto] Update onnx to c66fb6f - Add some math function shape inference (#845)onnxbot1-0/+0
2018-04-30[auto] Update onnx to ff667d1 - Refactor return type and docs for ONNXIFI_BAC...onnxbot1-0/+0
2018-04-30[auto] Update onnx to 11c6876 - clear initializer names when clear initialize...onnxbot1-0/+0
2018-04-29Add max pooling support to EmbeddingBag (#5725)Ethan Steinberg1-0/+0
2018-04-28[auto] Update onnx to 73c34ae - Clarify FeatureVectorizer description. (#843)onnxbot1-0/+0
2018-04-28[auto] Update onnx to 1befb9b - Remove useless text in docs (#850)onnxbot1-0/+0
2018-04-28[auto] Update onnx to e84788f - Fix SELU attributes' default values (#839)onnxbot1-0/+0
2018-04-27[auto] Update onnx to ebac046 - Add tile test case (#823)onnxbot1-0/+0
2018-04-27[auto] Update onnx to 8b7a925 - a few more shape inference functions (#772)onnxbot1-0/+0
2018-04-27[auto] Update onnx to 9718f42 - Make the coefficient non optional for LinearC...onnxbot1-0/+0
2018-04-27[auto] Update onnx to ef083d0 - Add save_tensor and load_tensor functions for...onnxbot1-0/+0
2018-04-27[auto] Update onnx to 45ceb55 - Check if CMAKE_BUILD_TYPE set before project(...onnxbot1-0/+0
2018-04-26[auto] Update onnx to 4b3d2b0 - [WIP] reenable shape inference tests (#834)onnxbot1-0/+0
2018-04-26[auto] Update onnx to 22d17ee - RNN tests: LSTM, GRU, SimpleRNN (#739)onnxbot1-0/+0
2018-04-26[auto] Update onnx to 485b787 - function proto for composite op. (#802)onnxbot1-0/+0
2018-04-26[auto] Update onnx to cd58928 - specify defaults for attributes of Affine op ...onnxbot1-0/+0
2018-04-25[auto] Update onnx to 7ee2cf9 - merge the dummy backend back into the main on...onnxbot1-0/+0
2018-04-25[auto] Update onnx to 1c03a5a - [Proposal] ONNX Interface for Framework Integ...onnxbot1-0/+0
2018-04-25[auto] Update onnx to 3769a98 - Rename real model test case from VGG-16 to ZF...onnxbot1-0/+0
2018-04-25[auto] Update onnx to 403ccfb - Change the return type for the zipmap operato...onnxbot1-0/+0
2018-04-25[auto] Update onnx to 15289e3 - Tile - align with numpy (#757)onnxbot1-0/+0
2018-04-25[auto] Update onnx to 42207c6 - Pass to lift captured values as inputs to con...onnxbot1-0/+0
2018-04-25[auto] Update onnx to 15289e3 - Tile - align with numpy (#757)onnxbot1-0/+0
2018-04-24[aten] Move submodules to third_party (#6866)Orion Reblitz-Richardson3-0/+0
2018-04-24[auto] Update onnx to 42207c6 - Pass to lift captured values as inputs to con...onnxbot1-0/+0
2018-04-24[auto] Update onnx to 0eaf45f - Add dtype for input in Gather node test case ...onnxbot1-0/+0
2018-04-24[auto] Update onnx to adbfb4a - Fix the ConstantFill spec (#808)onnxbot1-0/+0
2018-04-23Bump benchmark to master (#6878)Yangqing Jia1-0/+0
2018-04-23[auto] Update onnx to 3cb4d61 - Extend optimizer passes to recursively descen...onnxbot1-0/+0
2018-04-22[feature request] [Caffe2] Enable MKLDNN support for inference (#6699)Jinghui1-0/+0
2018-04-22Fix caffe2 eigen + cuda9 windows build (#6746)bddppq1-0/+0
2018-04-21[auto] Update onnx to bf00ae6 - Kezhan/update ml op spec (#799)onnxbot1-0/+0
2018-04-21[auto] Update onnx to e3da0f9 - Fix some checks not ideal to onnx-ml (#781)onnxbot1-0/+0
2018-04-20[auto] Update onnx to 4890619 - Remove debug string (#798)onnxbot1-0/+0
2018-04-20[auto] Update onnx to 2f7c284 - Use ONNX_NAMESPACE::to_string instead of std:...onnxbot1-0/+0
2018-04-20[auto] Update onnx to b20fae0 - Add newline at the end (#795)onnxbot1-0/+0
2018-04-20[auto] Update onnx to f5496b2 - Update the remainig cases (#794)onnxbot1-0/+0
2018-04-20[auto] Update onnx to 7d1e102 - change the inference context api to use TypeP...onnxbot1-0/+0
2018-04-20[auto] Update onnx to 6953eff - some cleanups to shape inference impls (#771)onnxbot1-0/+0
2018-04-20[auto] Update onnx to 8dafe88 - Remove incorrect cases (#791)onnxbot1-0/+0
2018-04-20[auto] Update onnx to 45be0fe - Fix shadow-compatible-local compiler warning ...onnxbot1-0/+0
2018-04-20[auto] Update onnx to d01e4af - update the test cases (#788)onnxbot1-0/+0