onnxruntime/onnxruntime/core
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
..
codegen/tvm fix tvm break (#282) 2019-01-07 10:55:24 -08:00
common Use nsync for implementing condition variable 2019-01-21 22:59:42 -08:00
framework Optimize graph partition 2019-02-20 16:32:04 -08:00
graph Optimize graph partition 2019-02-20 16:32:04 -08:00
mlas Change GEMM kernels to natively handle broader range of row counts (#406) 2019-01-29 17:20:32 -08:00
optimizer Add float16 support for fusion (#476) 2019-02-14 10:01:25 -08:00
platform Implement tokenex regular expression matching and add tests. (#480) 2019-02-20 15:56:32 -08:00
protobuf Resync protobuf def 2019-02-01 14:51:58 -08:00
providers Make IExecutionProvider::Type return const std::string& instead of a new string. (#506) 2019-02-22 18:27:01 +10:00
session Optimize graph partition 2019-02-20 16:32:04 -08:00
util MatMul op: Support new integer types and double type as part of opset V9 compliance (#482) 2019-02-20 17:03:37 -08:00