Skip to content

Commit fe0ef91

Browse files
author
Yibing Liu
committed
fix ci error in edit_distance_op
1 parent f3dcd00 commit fe0ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/operators/edit_distance_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class EditDistanceOp : public framework::OperatorWithKernel {
3737
}
3838

3939
protected:
40-
framework::OpKernelType GetActualKernelType(
40+
framework::OpKernelType GetExpectedKernelType(
4141
const framework::ExecutionContext &ctx) const override {
4242
return framework::OpKernelType(framework::proto::DataType::FP32,
4343
ctx.device_context());

0 commit comments

Comments
 (0)