mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add pad and narrow to torch/csrc/stable/ops.h (#159328)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/159328 Approved by: https://github.com/janeyx99 ghstack dependencies: #159507
This commit is contained in:
committed by
PyTorch MergeBot
parent
655137b678
commit
4d419a7461
@ -183,4 +183,6 @@ inductor_fallback_ops: dict[str, dict[str, list[str]]] = {
|
||||
# The same BC rules apply as inductor_fallback_ops.
|
||||
aten_shimified_ops: dict[str, dict[str, list[str]]] = {
|
||||
"aten.fill_.Scalar": {},
|
||||
"aten.pad.default": {},
|
||||
"aten.narrow.default": {},
|
||||
}
|
||||
|
Reference in New Issue
Block a user