diff --git a/mindspore/ccsrc/operator/ops.h b/mindspore/ccsrc/operator/ops.h index 02673d93732a039615c3e33cb57c5b98c6e08335..0dea045a6ea92f52438d9e9f5aaa20897585c9cd 100755 --- a/mindspore/ccsrc/operator/ops.h +++ b/mindspore/ccsrc/operator/ops.h @@ -298,7 +298,7 @@ extern const PrimitivePtr kPrimIsIndexedSlices; const char SWITCH_UNROLL_FLAG[] = "unroll_flag"; // max loop count of for statement, when loop count is less then this value, the for loop will be unrolled, otherwise it // will be sunk(i.e. not unrolled) -const int MAX_FOR_LOOP_COUNT = 200; +const int MAX_FOR_LOOP_COUNT = 600; class DoSignaturePrimitive : public Primitive { public: