onnxruntime/onnxruntime/test
Hariharan Seshadri 2ba705ed99
Handle nodes with subgraphs in ORT function handling implementation (#2053)
* Initial commit

* Update

* Update

* Nits

* More updates

* to be reverted

* Update

* Update

* More changes

* Updates

* Update Function

* Nits

* Fix build break

* Comment
2019-10-10 16:07:42 -07:00
..
automl_ops Add AutoML to 3 main builds. (#1631) 2019-08-16 18:06:16 -07:00
common Add Attention op for multi-head self attention in BERT (#1984) 2019-10-07 12:22:54 -07:00
contrib_ops Add a test for AVX512 compilation before compiling 512 asm (#2055) 2019-10-08 21:18:04 -07:00
framework C++11 fix for memcpy_transformer_test.cc (#2061) 2019-10-09 10:52:10 -07:00
ir Handle nodes with subgraphs in ORT function handling implementation (#2053) 2019-10-10 16:07:42 -07:00
mlas MLAS: Implement U8S8 GEMV kernels (#2069) 2019-10-09 11:54:16 -07:00
onnx Add opset-11 TopK CPU kernel (#1912) 2019-10-09 19:09:30 -07:00
opaque_api Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
optimizer Add support for opset 11 Clip in optimizers. (#2059) 2019-10-10 10:47:29 -07:00
perftest Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
platform/windows Enable nGraph Debug ci test. (#1000) 2019-05-23 19:58:35 -07:00
proto
providers Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. (#2040) 2019-10-10 15:58:49 -07:00
python Add support for output seq(tensor) in python binding and test framework. Implement SequenceConstruct, SequenceEmpty, SequenceInsert and SequenceErase ops. (#2040) 2019-10-10 15:58:49 -07:00
server Update failing tests (#2038) 2019-10-09 15:17:21 -07:00
shared_lib Run auditwheel for manylinux1 (#2063) 2019-10-09 09:23:00 -07:00
testdata Handle nodes with subgraphs in ORT function handling implementation (#2053) 2019-10-10 16:07:42 -07:00
tvm Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
util Add Attention op for multi-head self attention in BERT (#1984) 2019-10-07 12:22:54 -07:00
win_getopt