'Div' Layer in ML models
Hi,
I'm trying to add an ONNX model to Lens Studio but I've encountered a problem that division between two integers behaves like np.true_divide, not like np.floor_divide. I think it should behave like np.fllor_divide because ONNX model results with integer after that operation.
I can't even add a 'Floor' layer after division because it's not supported. Also, it would be great if you can add 'Cast' layer so I can decide if I want floor or true division. Without 'Cast' layer I can't even add float number to integer which is also great feature to have.
Thanks