robertknight / rten

ONNX neural network inference engine
124 stars 9 forks source link

Use a macro to de-duplicate proxy layout impls #385

Closed robertknight closed 1 month ago

robertknight commented 1 month ago

The Input, Output and InputOrOutput types all had identical Layout impls. De-duplicate them with a macro.