onnxruntime/include/onnxruntime/core
Scott McKay 07a2466d9f
Use INFO instead of WARNING for an unused graph input. (#1235)
* Use INFO instead of WARNING for an unused graph input.

* Drop severity of unused initializer as well

* Update to output a warning level message if removing an initializer that is never used, and an info level message if removing an initializer that optimization has made redundant.
2019-07-15 20:29:30 +10:00
..
common Add ability to change the logging severity of the default logger. (#1165) 2019-06-12 08:54:03 +10:00
framework Move CopyTensor out of IExecutionProvider interface. (#1268) 2019-07-11 14:49:20 -07:00
graph Use INFO instead of WARNING for an unused graph input. (#1235) 2019-07-15 20:29:30 +10: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