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 f3dcd00 commit fe0ef91Copy full SHA for fe0ef91
paddle/operators/edit_distance_op.cc
@@ -37,7 +37,7 @@ class EditDistanceOp : public framework::OperatorWithKernel {
37
}
38
39
protected:
40
- framework::OpKernelType GetActualKernelType(
+ framework::OpKernelType GetExpectedKernelType(
41
const framework::ExecutionContext &ctx) const override {
42
return framework::OpKernelType(framework::proto::DataType::FP32,
43
ctx.device_context());
0 commit comments