onnxruntime/include/onnxruntime/core
Konstantinos Karanasos ada90086f7
More efficient rule-based transformer (#815)
Introduce a quick pre-filtering of rules based on the node op types they are targeting.
The goal is to avoid evaluating all rules for all nodes. Instead, for each node, we will only be evaluating the rules associated with its op type.
2019-04-18 17:10:13 -07:00
..
common Status class optimizations (#824) 2019-04-11 21:57:01 -07:00
framework Simplify the validation in Run call (#850) 2019-04-18 08:38:17 +08:00
graph no need putting initializers (for constant node) into graph inputs. (#665) 2019-04-17 07:38:08 +08:00
optimizer More efficient rule-based transformer (#815) 2019-04-18 17:10:13 -07:00
platform Enable use of session based threadpool. (#854) 2019-04-18 10:20:46 -07:00
providers Trt execution provider (#382) 2019-03-14 12:00:39 -07:00
session Ryanunderhill/ocr custom op (#744) 2019-04-05 18:53:20 -07:00