Handle scalar float input in pybindings#19529
Conversation
Summary: Add scalar float handling in pybinding code, simliar to existing logic for scalar ints. This lets models take scalar floats as inputs. Differential Revision: D104910685
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19529
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 3 New Failures, 4 Unrelated FailuresAs of commit a773eff with merge base fe98297 ( NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@GregoryComer has exported this pull request. If you are a Meta employee, you can view the originating Diff in D104910685. |
This PR needs a
|
Summary: Add scalar float handling in pybinding code, simliar to existing logic for scalar ints. This lets models take scalar floats as inputs.
Differential Revision: D104910685