onnxruntime/onnxruntime/test
Scott McKay 5171e8b129
Make IExecutionProvider::Type return const std::string& instead of a new string. (#506)
Store the type string in IExecutionProvider so that Type() doesn't need to be a virtual.
2019-02-22 18:27:01 +10:00
..
common Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
contrib_ops Implement tokenex regular expression matching and add tests. (#480) 2019-02-20 15:56:32 -08:00
custom_op_shared_lib Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
framework Make IExecutionProvider::Type return const std::string& instead of a new string. (#506) 2019-02-22 18:27:01 +10:00
ir Add float16 support for fusion (#476) 2019-02-14 10:01:25 -08:00
mlas Implement MLAS convolution+activation fusion (#354) 2019-01-18 14:16:28 -08:00
onnx Optimize graph partition 2019-02-20 16:32:04 -08:00
perftest Various optimizations to reduce the setup and device copying cost outside of the call to ExecuteGraph. (#470) 2019-02-20 12:12:17 +10:00
platform/windows Abbreviate ONNXRuntime as Ort in all of our public APIs (#175) 2018-12-14 14:54:23 -08:00
proto Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
providers MatMul op: Support new integer types and double type as part of opset V9 compliance (#482) 2019-02-20 17:03:37 -08:00
python Remove exclusions for Sign operator model tests. (#490) 2019-02-19 11:52:26 -08:00
shared_lib Support non-tensor types in the C API. (#489) 2019-02-19 14:11:46 -08:00
testdata Add float16 support for fusion (#476) 2019-02-14 10:01:25 -08:00
tvm fix tvm break (#282) 2019-01-07 10:55:24 -08:00
util BrainSlice parameter represents the IP. Update parameter name to match 2019-02-11 13:01:26 -08:00
win_getopt Initial bootstrap commit. 2018-11-19 16:48:22 -08:00