Skip to content

Conversation

fortmeier
Copy link
Owner

Add creation of compute graph nodes from a ONNX file.
The first example that is integrated is https://github.com/onnx/models/tree/main/validated/vision/super_resolution/sub_pixel_cnn_2016

  • Add compute graph group class that encapsulates ONNX loading and processing
  • Add code for processing the ONNX graph into klartraum compute nodes (these are for now Conv, Relu, Reshape, Transpose)
  • Add tests and shader code for the nodes
  • Load and process an example image
  • Cleanup and document

@fortmeier fortmeier changed the base branch from main to develop August 22, 2025 05:55
@fortmeier fortmeier force-pushed the feature/onnx_integration branch from 67b12bb to fe82588 Compare August 30, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant