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