GraphBuilder to build and optimize ONNX Models#

This section covers the tools for building and optimizing ONNX computation graphs programmatically. It includes the GraphBuilder class for constructing ONNX graphs from scratch, shape inference mechanisms for tracking tensor dimensions throughout the graph, and a pattern-based optimizer for rewriting and simplifying graphs.