ONNX GraphSurgeon Logo
0.5.1
  • ONNX GraphSurgeon

API Reference

  • Export
  • Import
  • Intermediate Representation
    • Graph
    • Node
    • Tensor
  • Exception
ONNX GraphSurgeon
  • Intermediate Representation

Intermediate Representation

  • Graph
    • Graph
      • Graph.register()
      • Graph.node_ids()
      • Graph.subgraphs()
      • Graph.cleanup()
      • Graph.toposort()
      • Graph.tensors()
      • Graph.fold_constants()
      • Graph.layer()
      • Graph.copy()
  • Node
    • Node
      • Node.AttributeRef
      • Node.i()
      • Node.o()
      • Node.subgraphs()
      • Node.copy()
  • Tensor
    • Tensor
      • Tensor
        • Tensor.is_empty()
        • Tensor.to_constant()
        • Tensor.to_variable()
        • Tensor.i()
        • Tensor.o()
    • Variable
      • Variable
        • Variable.to_constant()
        • Variable.copy()
    • Constant
      • Constant
        • Constant.to_variable()
        • Constant.copy()
Previous Next

Copyright © 2024 NVIDIA Corporation

Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Built with Sphinx using a theme provided by Read the Docs.