migraphx-benchmark / AMDMIGraphX

AMD's graph optimization engine.
https://rocmsoftwareplatform.github.io/AMDMIGraphX/doc/html/
MIT License
0 stars 1 forks source link

Common API - Op Builder API #190

Open mirza-halilcevic opened 2 months ago

mirza-halilcevic commented 2 months ago

Implement a separate API that performs the graph construction for specific operators instead of it being done directly in the parser. This way, the graph construction can be reused for ONNX, TensorFlow, and the TensorRT common API.