Fork自 PaddlePaddle / Paddle
Currently use `Operator("fc", X="x", W='w1', B='b1')` as operator creation method. Fix #3198
* Expose PlainNet to Python, make python can add_op, complete_add_op * Provide a low level api to manipulate Net * Unittest for Net::DebugString