Skip to content

Commit 5287906

Browse files
authored
Update flatten_op_npu.cc
1 parent c9f1676 commit 5287906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/flatten_op_npu.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class Flatten2GradNPUKernel : public framework::OpKernel<T> {
5757
using Tensor = framework::Tensor;
5858

5959
template <typename DeviceContext, typename T>
60-
class FlattenConntiguousRangeNPUKernel : public framework::OpKernel<T> {
60+
class FlattenContiguousRangeNPUKernel : public framework::OpKernel<T> {
6161
public:
6262
void Compute(const framework::ExecutionContext &ctx) const override {
6363
auto *X = ctx.Input<Tensor>("X");

0 commit comments

Comments
 (0)