This is a placeholder ReLU implementation.
It is implemented directly in the edsl. In the next iteration, we will add ZerosOp to replace zeros = OnesOp - OnesOp. And eventually, ReLU will be implemented directly in Moose via checking the sign bits in inputs into ReLU.
This is a placeholder ReLU implementation. It is implemented directly in the edsl. In the next iteration, we will add ZerosOp to replace zeros = OnesOp - OnesOp. And eventually, ReLU will be implemented directly in Moose via checking the sign bits in inputs into ReLU.