Any documents to describe the the difference between PaddlePaddle definitions of operator and conventional definitions?
Created by: zhangyang0701
I noticed in the PaddlePaddle model (parsed from the binary model), the combination of conv + elementwise_add is equivalent to conventional convolution layer, and it seems a BN is equivalent to conventional combination of BN + scale.
Do we have a systematic description of the new definitions introduced by PaddlePaddle?