You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GSOC][TMVA][SOFIE] Cast ONNX Operator implemented with the corresponding unit tests (root-project#11033)
* Cast ONNX Operator implemented with the corresponding unit tests
Added the functionality and support of int input type in Cast ONNX Operator
* Attribute type added to ROperator Cast Class and modified the RModel Parser for supporting different input types
* The functionality and support for other datatypes added for the cast operator and added the support to RModel::Generate method also
* made the required changes related to support for other datatypes
* Extended the support for other datatypes in the infer function
* Required changes made related to support of different datatypes in SOFIE
* Apply various fixes to support different input/output type. This fixes the new Cast operator.
Several changes are needed for Cast since the input tensor can be of a type different than float
Apply also a fix for parsing correctly the attribute of Cast
* The attribute fattr_type changed to fAttrType
Co-authored-by: moneta <[email protected]>
0 commit comments