Ogi Moore c4a1cf11a1 Use clip_array or clip_scalar instead of np.clip
Significant performance issues have been identified with np.clip
and thus clip_array was created to speed up the operation.  In addition
clip_scalar was created to clip a scalar value between two other values
this commit replaces many uses of np.clip from operating on scalars to
using clip_scalar instead
2021-04-23 11:53:00 -07:00
..
2017-10-18 00:18:46 -07:00
2021-04-14 10:44:03 -07:00
2021-01-27 10:59:07 -08:00
2021-03-26 04:07:19 +08:00