Created by: JepsonWong
Add kernel for fill_op.
-
The FillOp class originally inherited the framework::OperatorBase class, so it cannot be used in dygraph mode.
-
By modifying the FillOp class to inherit the framework::OperatorWithKernel class, this op can be used in the dygraph mode.