[tmva][sofie][gsoc] Implemented the Range ONNX Operator in SOFIE
This Pull request: Implements the Range ONNX Operator
Checklist:
- [X] tested changes locally
- [ ] updated the docs (if necessary)
Can one of the admins verify this patch?
@lmoneta @sanjibansg
I am getting the below error for the renge operator, can you please help me with it? I think the error is due to the stod function used to convert string input to double.
@lmoneta @sanjibansg I am getting the below error for the renge operator, can you please help me with it? I think the error is due to the stod function used to convert string input to double.
I think this is because the string inputs that the operator is receiving actually do not contains any double value, which is expected, as ONNX model inputs usually takes up strings to represent their values rather than actually encoding them to strings.
