onnxruntime/onnxruntime/test
Xueyun Zhu 7d96960ec8
support pipeline partition with shared initializer (#4321)
* support bert partition with shared initializer

* address feedback

* address feedback

* address feedback

* add more test

* remove bert-tiny model

* address feedback

* address function comment

* move CreateNodeArg to graph_utils

* rename function name

* rename function name

* fix windows build

* fix windows type conversion warning

* add function comment
2020-07-14 17:21:40 -07:00
..
api_tests_without_env Fix crash reported in #4070. (#4091) 2020-06-01 15:27:14 -07:00
common support pipeline partition with shared initializer (#4321) 2020-07-14 17:21:40 -07:00
contrib_ops Fuse MatMulInteger and scale followed (#4350) 2020-07-02 13:08:21 -07:00
featurizers_ops Support for country-specific holidays in the DateTimeTransformer (#3701) 2020-04-26 11:12:26 -07:00
framework Support binding a graph output to a specific device via the Python binding (#4439) 2020-07-07 21:09:37 -07:00
fuzzing Onnxruntime fuzzing (#4341) 2020-07-06 16:34:34 -07:00
global_thread_pools Fix (#3812) 2020-05-05 02:08:13 -07:00
ir Add build option to disable traditional ML ops from the binary. (#4272) 2020-06-20 06:36:06 -07:00
mlas Fix avx2 load 32 bytes buffer overrun. (#4455) 2020-07-09 15:54:31 -07:00
onnx fix crashes caused by test runner (#4475) 2020-07-10 14:04:22 -07:00
opaque_api Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
optimizer Handle multiple embed nodes in transformer optimizer (#4471) 2020-07-10 15:28:27 -07:00
perftest Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
platform Use OpenMP-like synchronization patterns in Eigen thread pool (#4236) 2020-06-22 10:04:53 +01:00
proto
providers Support double type for Greater CPU (#4373) 2020-07-13 11:25:14 -07:00
python updated expected values for frontend test to pass frontend e2e pipeline. raise tolerance to reduce future risk of failure (#4497) 2020-07-13 19:25:54 -07:00
shared_lib Add C++ wrapper for GetAvailableProviders() C API (#4313) 2020-06-25 13:11:55 +05:30
testdata Handle multiple embed nodes in transformer optimizer (#4471) 2020-07-10 15:28:27 -07:00
tvm Add support for sessions to share a global threadpool. (#3177) 2020-03-18 15:42:46 -07:00
util General enhancements/cleanups to test exes (#4109) 2020-06-04 07:01:39 +10:00
win_getopt