pg020196 / Neural-Network-Translator

This repository contains a neural network translator which can translate neural network models to native code.
MIT License
8 stars 4 forks source link

Investigate new software architecture approach for plugins #23

Closed pg020196 closed 5 years ago

pg020196 commented 5 years ago

Apparently there is a software architecture with which the input and output of a plugin can be specified and then the plugins can be connected dynamically.

pg020196 commented 5 years ago

Maybe #21 will be resolved automatically when using this approach.

pg020196 commented 5 years ago

https://docs.microsoft.com/en-us/dotnet/framework/mef/