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