pytorch
993a35a8 - [Static Runtime] Support clamp.Tensor (#58191)

Commit
3 years ago
[Static Runtime] Support clamp.Tensor (#58191) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/58191 There are two clamp overloads: clamp.Scalar and clamp.Tensor. SR needs to support both or has checks in place to avoid runtime errors. Supporting both is not too hard so here we are. Reviewed By: edvgha Differential Revision: D28371949 fbshipit-source-id: 0ec6b8a0b8c6277e50d8e51e4e7a45aa62211e22
Author
Hao Lu
Parents
Loading