Add embedding Bag e2e case in xfail set (#1130)

pull/1134/head
Vidush Singhal 2022-08-01 18:23:45 -04:00 committed by GitHub
parent ed13ebfd8d
commit fe3c9f5208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -333,4 +333,5 @@ LTC_XFAIL_SET = {
"UniformStaticModule_basic",
"UnsafeViewCollapseDynamicWithAtenSizeIntModule_basic",
"ViewCollapseDynamicWithAtenSizeIntModule_basic",
"AtenEmbeddingBagSumExample_basic",
}