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 c9f1676 commit 5287906Copy full SHA for 5287906
paddle/fluid/operators/flatten_op_npu.cc
@@ -57,7 +57,7 @@ class Flatten2GradNPUKernel : public framework::OpKernel<T> {
57
using Tensor = framework::Tensor;
58
59
template <typename DeviceContext, typename T>
60
-class FlattenConntiguousRangeNPUKernel : public framework::OpKernel<T> {
+class FlattenContiguousRangeNPUKernel : public framework::OpKernel<T> {
61
public:
62
void Compute(const framework::ExecutionContext &ctx) const override {
63
auto *X = ctx.Input<Tensor>("X");
0 commit comments