Crate caffe2op_clip
source ·Structs
- | This operator limits the given input | within an interval. The interval is | specified by the
min
andmax
arguments. | They default to numeric_limits::lowest()* | and numeric_limits::max()* respectively. | The clipping operation can be done in | an in-place fashion by using the same | output blob as the input blob. | | Github Links: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/clip_op.cc |