Pickle support for NT (#110219)

Fixes #104198
Pull Request resolved: https://github.com/pytorch/pytorch/pull/110219
Approved by: https://github.com/cpuhrsch
This commit is contained in:
Joel Schlosser
2023-09-28 16:13:21 -04:00
committed by PyTorch MergeBot
parent c9511e8ac9
commit 3693777a86
4 changed files with 39 additions and 3 deletions

View File

@ -159,7 +159,6 @@ _SKIP_PYTHON_BINDINGS = [
"fill.Scalar", # only used by the functionalization pass
"lift.*",
"normal_functional", # only used by the functionalization pas
"_nested_view_from_buffer", # View only version of _nested_from_buffer. This will force users to only use the "safe" version.
"_nested_view_from_buffer_copy",
"_nested_view_from_buffer_copy_out",
"nbytes",