Design Network as a kind of Operator
Created by: jacquesqiao
- The most important thing for a Network is it's input, output and Run. It just works like an Operator does. So we will design Network as a kind of Operator.
- For a network, except for input/output/Run, it also needs a special API
AddOp
because a network Op will manage several Operator inside itself.