Remove export of slice_in_dim (#164117)

Cannot find `slice_in_dim` in OSS.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/164117
Approved by: https://github.com/soulitzer
This commit is contained in:
Yuanyuan Chen
2025-09-29 16:56:10 +00:00
committed by PyTorch MergeBot
parent 5ff2387dbe
commit f433e681b9

View File

@ -145,7 +145,6 @@ __all__ = [
"conj",
"expand_dims",
"slice",
"slice_in_dim", # implemented using slice -- make this a ref?
"split_dim",
"squeeze",
"transpose",