NN_transform
NN_transform copied to clipboard
Trans different platform's network to International Representation(IR)
What is NNCompiler
NNCompiler is an interpreter which can translate different platforms' (tensorflow,caffe,etc.) Neural Network codes to a common intermediate representation without using platforms' engines.
What is special for NNCompiler
- Common intermediate representation for different platforms
- Do not need platforms' engines
- Only use the code itself
- Easy to expand to a new platform
- Robust for almost all kind's of platform