Question about framework::OpRegistry::CreateOp in Executor::Run.
Created by: qingqing01
https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/framework/executor.cc#L122
From the code here, the executor will call OpRegistry::CreateOp
each mini-batch to create the same operator? Even if the network graph does not change.