Commit 9f0bd7e
remove the unnecessary fx wrapped function in test_model (#2900)
Summary:
Pull Request resolved: #2900
# context
* prevously this `_post_ebc_test_wrap_function` function is added because of fx tracing issue D45133173
> Currently when fx tracing ebc would output `EmbeddingBagCollectionAwaitable` instead of a proxy object. If there're a wrapped function which takes this as input (and neither of the other inputs is proxy), then we would see such error
* This problem is gone so this wrap function is no longer needed
Reviewed By: dstaay-fb
Differential Revision: D63901161
fbshipit-source-id: c2e6694754a31d100e24a7da573aa58f3befcbd41 parent 9eaec09 commit 9f0bd7e
1 file changed
+0
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1285 | 1285 | | |
1286 | 1286 | | |
1287 | 1287 | | |
1288 | | - | |
1289 | 1288 | | |
1290 | 1289 | | |
1291 | 1290 | | |
| |||
1911 | 1910 | | |
1912 | 1911 | | |
1913 | 1912 | | |
1914 | | - | |
1915 | | - | |
1916 | | - | |
1917 | | - | |
1918 | | - | |
1919 | | - | |
1920 | | - | |
1921 | | - | |
1922 | 1913 | | |
1923 | 1914 | | |
1924 | 1915 | | |
| |||
2374 | 2365 | | |
2375 | 2366 | | |
2376 | 2367 | | |
2377 | | - | |
2378 | 2368 | | |
2379 | 2369 | | |
2380 | 2370 | | |
| |||
0 commit comments