onnxruntime/include/onnxruntime/core
Guoyu Wang 3a3f26f38e
Move ort flatbuffers helper functions and value info r/w functions into separated lib (#5276)
* Move fbs include from header to cc

* add initial cmake for flatbuffers

* Move most flatbuffers util to ort_flatbuffers

* move code around

* fix

* move test/perf runner to use flatbuffer directly instead of model

* minor update

* Fix build break

* Clean up includes and foward decl

* Fix traning CI build breaks

* Addressed PR comment, replaced some include with forward decls

* Remove ORT_MUST_USE_RESULT temporarily
2020-09-25 05:36:29 -07:00
..
common Last major set of ORT format model changes (#5056) 2020-09-05 07:59:01 +10:00
framework Allow sharing of initializers between sessions. (#5092) 2020-09-21 14:09:37 -07:00
graph Move ort flatbuffers helper functions and value info r/w functions into separated lib (#5276) 2020-09-25 05:36:29 -07:00
optimizer Allow multiple sessions to share an allocator, optimize constant folding memory usage, expose arena configs. (#4813) 2020-08-22 10:03:17 -07:00
platform Parallelizing elementwise kernels (#4577) 2020-09-04 14:45:43 -07:00
providers [OpenVINO-EP] Enable EP config options for VPU hardware (#5119) 2020-09-14 15:46:14 -07:00
session Combine custom logger global threadpools (#4857) 2020-09-24 00:50:26 -07:00