onnxruntime/onnxruntime/core/graph
Scott McKay bd50598d17 Document the Graph header files and cleanup some issues. (#42)
* Checkpoint.

* Add doco to graph.h and graph_base.h.
Change NodeConstIterator to return a reference to clearly advertise no nullptr's are going to be returned as it's only iterating valid Nodes.
Fix some code analysis warnings.

* Make a couple of APIs return a reference instead of a pointer as they never return nullptr.

* More doco and some minor naming cleanups.

* Cleanups
Couple more consistency changes.

* Fix CUDA test file

* Fix invalid line.
2018-11-28 08:42:11 -08:00
..
conv_add_fusion.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
conv_add_fusion.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
conv_bn_fusion.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
conv_bn_fusion.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
conv_mul_fusion.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
conv_mul_fusion.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
function.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
function.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
function_container.h Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
function_impl.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
function_inliner.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
graph.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
graph_transformer.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
graph_transformer_mgr.cc Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
graph_transformer_mgr.h Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
graph_viewer.cc Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
identity_elimination.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
identity_elimination.h Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
initializer.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
model.cc Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
model.h Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
op.cc Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
op.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
record.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00
schema_registry.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
unsqueeze_elimination.cc Document the Graph header files and cleanup some issues. (#42) 2018-11-28 08:42:11 -08:00
unsqueeze_elimination.h Initial bootstrap commit. 2018-11-19 16:48:22 -08:00