Fork自 PaddlePaddle / Paddle
Remove bool argument, use a class to handle that.
Make implement an operator less noisy.
* Fc operator is a grouped operator, which combined by may internal operators. * InferShape & Run a FC operator in Python.