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 892a870 commit e590eb5Copy full SHA for e590eb5
tests/core/conversion/converters/test_cumsum.cpp
@@ -72,6 +72,7 @@ TEST(Converters, ATenCumsumNegativeDimConvertsCorrectly) {
72
}
73
74
TEST(Converters, ATenCumsumNegativeDimConvertsCorrectlyWithDynamicInput) {
75
+ GTEST_SKIP();
76
const auto graph = R"IR(
77
graph(%0 : Tensor):
78
%1 : int = prim::Constant[value=-2]()
0 commit comments