mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
5ff2387dbe
commit
f433e681b9
@ -145,7 +145,6 @@ __all__ = [
|
|||||||
"conj",
|
"conj",
|
||||||
"expand_dims",
|
"expand_dims",
|
||||||
"slice",
|
"slice",
|
||||||
"slice_in_dim", # implemented using slice -- make this a ref?
|
|
||||||
"split_dim",
|
"split_dim",
|
||||||
"squeeze",
|
"squeeze",
|
||||||
"transpose",
|
"transpose",
|
||||||
|
Reference in New Issue
Block a user