772 B
772 B
File Structure
Files
helperis a module that contains helper functions for the project.constant.pycontains helper functions for constant related operations.finders.pycontains helper functions for finding nodes and attributes. All of those functions are read-only for graph.kngraph.pycontains helper functions for KNGraph related operations. KNGraph is a graph structure that is used for pattern matching and other optimizations.meta.pycontains helper functions for model meta information.onnx_tools.pycontains helper functions for onnx related graph modification tools.misc.pyconstains helper functions for other operations.update_opset_{i}.pycontains helper functions for updating opset from {i} to {i+1}.