onnxruntime/include/onnxruntime/core
Tracy Sharpe 823fa3f39c
Integrate MLAS NCHWc support into ONNX Runtime (#1327)
This change integrates the NCHWc support recently added to MLAS into ONNX Runtime. When using "-o 3" optimizations, then the runtime will do a NCHWc layout optimization pass to convert standard ONNX operators such as Conv/MaxPool to the com.microsoft.nchwc domain with weights and biases reordered for speed.
2019-07-09 20:41:19 -07:00
..
common Add ability to change the logging severity of the default logger. (#1165) 2019-06-12 08:54:03 +10:00
framework Make GetTensorShapeFromTensorShapeProto return TensorShape and not it's internal representation. (#1353) 2019-07-08 11:45:55 -07:00
graph Integrate MLAS NCHWc support into ONNX Runtime (#1327) 2019-07-09 20:41:19 -07:00
optimizer Integrate MLAS NCHWc support into ONNX Runtime (#1327) 2019-07-09 20:41:19 -07:00
platform Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
providers Initial PR for NNAPI execution provider (#1220) 2019-07-02 06:03:29 -07:00
session Fix an SAL annotation in onnxruntime_c_api.h 2019-07-09 10:14:58 -07:00