pytorch
d2eb08d1 - Fix tracing slice/select with dynamic inputs (#26549)

Commit
5 years ago
Fix tracing slice/select with dynamic inputs (#26549) Summary: Fix Slice/Select trace arguments. This PR stashes arguments to functions in order to avoid tracing them as constants. This PR depends on a fix for select op in PR: https://github.com/pytorch/pytorch/pull/25273 Pull Request resolved: https://github.com/pytorch/pytorch/pull/26549 Reviewed By: hl475 Differential Revision: D17623851 Pulled By: houseroad fbshipit-source-id: ae314004266688d2c25c5bada2dcedbfc4f39c5b
Author
Parents
Loading