mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
c9511e8ac9
commit
3693777a86
@ -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",
|
||||
|
Reference in New Issue
Block a user