Skip to content

Fix the Clip Forward Dims

Benjamin Halimi requested to merge mod_clip into dev

Description

The forwardDims() of the Clip operator was ill formed. It was poorly handling conflict between attributes and input tensors. It was also containing a useless condition on allowDataDependency which was leading to an error throw. This MR fix thoses things.

Files modified : Clip.cpp

Merge request reports

Loading