Modify Clip Operator Node to Comply with ONNX Standard
Problem description
The Clip operator node currently takes one input and two attributes (min and max). However, the ONNX standard specifies that this operator should take three inputs, with min and max being tensors of empty shape.