You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[fbsync] [proto] Reduce number of calls of __torch_function__ (#6681)
Summary:
* [proto] Reduce number of calls of __torch_function__
* Use DisableTorchFunction and super
* Use self._tensor
* Fixes mypy and color space handling
* revert Image.new_like
* WIP
* Perf opt with ref to tensor and properties
* Removed requires_grad property
* Use _tensor ref
* Revert "Use _tensor ref"
This reverts commit 38f8e21.
* Update torchvision/prototype/features/_feature.py
Reviewed By: NicolasHug
Differential Revision: D40427451
fbshipit-source-id: f241b2d48823d3612943b79887da2c8d1f482160
Co-authored-by: Philip Meier <[email protected]>
Co-authored-by: Philip Meier <[email protected]>
0 commit comments