Support non-default dim orders in pybindings + aten bridge (#9736)
Summary: Now that we have better dim order support, we can pass inputs into models in non-default dim orders, such as channels last. This works in the runtime, but the python layer current asserts that input tensors are in default dim order. This PR relaxes this restriction to allow dense input tensors with alternative dim orders. Differential Revision: D71716100
G
Gregory Comer committed
7fd589d803c2aefdeab582503261681c0be124b6
Parent: bad2fa9
Committed by GitHub <noreply@github.com>
on 3/31/2025, 2:49:22 PM