We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515981d commit 91cc5d6Copy full SHA for 91cc5d6
paddle/operators/linear_chain_crf_op.cc
@@ -119,15 +119,15 @@ class LinearChainCrfOp : public framework::OperatorWithKernel {
119
using framework::OperatorWithKernel::OperatorWithKernel;
120
121
protected:
122
- void InferShape(framework::InferShapeContextBase* ctx) const override {}
+ void InferShape(framework::InferShapeContext* ctx) const override {}
123
};
124
125
class LinearChainCrfGradOp : public framework::OperatorWithKernel {
126
public:
127
128
129
130
131
132
133
} // namespace operators
0 commit comments