Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GSOC][TMVA][SOFIE] Cast ONNX Operator implemented with the corresponding unit tests #11033

Merged
merged 8 commits into from
Aug 16, 2022

Commits on Jul 22, 2022

  1. Cast ONNX Operator implemented with the corresponding unit tests

    Added the functionality and support of int input type in Cast ONNX Operator
    Neel-Shah-29 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ae6d358 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Attribute type added to ROperator Cast Class and modified the RModel …

    …Parser for supporting different input types
    Neel-Shah-29 committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    95c32ba View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. The functionality and support for other datatypes added for the cast …

    …operator and added the support to RModel::Generate method also
    Neel-Shah-29 committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    64499ae View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Configuration menu
    Copy the full SHA
    8253882 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    461ad75 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Configuration menu
    Copy the full SHA
    6a4eae3 View commit details
    Browse the repository at this point in the history
  2. Apply various fixes to support different input/output types

    This fixes the new Cast operator.
    Several changes are needed for Cast since the input tensor can be of a type different than float
    
    Also a fix for parsing correctly the attribute of Cast is applied
    lmoneta authored and Neel-Shah-29 committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    b401054 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    08438c1 View commit details
    Browse the repository at this point in the history