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

[record-hessian] Introduce HessianComputer #14265

Merged
merged 21 commits into from
Nov 1, 2024
Merged

Commits on Nov 1, 2024

  1. This commit introduce gessian computer and hessian vector.

    This commit introduce gessian computer and hessian vector.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    499c54b View commit details
    Browse the repository at this point in the history
  2. Fix text formatting by apply formatter.

    Fix text formatting by apply formatter.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    a12e1ca View commit details
    Browse the repository at this point in the history
  3. Add cmake file, readme file, and requires file.

    Add cmake file, readme file, and requires file.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8fb48cb View commit details
    Browse the repository at this point in the history
  4. Add newline and remove useless comments.

    Add newline and remove useless comments.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0f99688 View commit details
    Browse the repository at this point in the history
  5. Add data type check and reuse conv2d.

    Add data type check and  reuse conv2d.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5de41cf View commit details
    Browse the repository at this point in the history
  6. Fix formatting and add asserts for.

    Fix formatting and add asserts for.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0238c2f View commit details
    Browse the repository at this point in the history
  7. Fix formating, add asserts, and move public functions to private.

    Fix formating, add asserts, and move public functions to private.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    311c295 View commit details
    Browse the repository at this point in the history
  8. Free unfold from the HessianComputer class.

    Free unfold from the HessianComputer class.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    6e04f29 View commit details
    Browse the repository at this point in the history
  9. Fix formating and add asserts make warning message more specific.

    Fix formating and add asserts make warning message more specific.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5cdb7f7 View commit details
    Browse the repository at this point in the history
  10. Fix formatting and reorder messages.

    Fix formatting and reorder messages.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0cf9c10 View commit details
    Browse the repository at this point in the history
  11. Move getMap from .h file to .cpp file.

    Move getMap from .h file to .cpp file.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8e751c5 View commit details
    Browse the repository at this point in the history
  12. Fix formating, add asserts, and fix all minor bugs.

    Fix formating, add asserts, and fix all minor bugs.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9f0a00c View commit details
    Browse the repository at this point in the history
  13. Fix formatting and remove test folder.

    Fix formatting and remove test folder.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    84b4db3 View commit details
    Browse the repository at this point in the history
  14. Make input_tenser as member of class.

    Make input_tenser as member of class.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f7d0a65 View commit details
    Browse the repository at this point in the history
  15. Change recordhessian logic to make it no use bias.

    Change recordhessian logic to make it no use bias.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    13cc377 View commit details
    Browse the repository at this point in the history
  16. Fix formating, bugs, and add asserts.

    Fix formating, bugs, and add asserts.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    8b71206 View commit details
    Browse the repository at this point in the history
  17. Add 2024 license message for test file.

    Add 2024 license message for test file.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f73519d View commit details
    Browse the repository at this point in the history
  18. Reorder include header files to make it looks better.

    Reorder include header files to make it looks better.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f161b0c View commit details
    Browse the repository at this point in the history
  19. Add more detailed explanations and comments, fix code structure.

    Add more detailed explanations and comments, fix code structure.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9478986 View commit details
    Browse the repository at this point in the history
  20. Remove long exceeded line, make alias.

    Remove long exceeded line, make alias.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c1a5f19 View commit details
    Browse the repository at this point in the history
  21. Fix note message & import header files.

    Fix  note message & import header files.
    
    ONE-DCO-1.0-Signed-off-by: Banseok Lee <[email protected]>
    BLee-bot committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    9a3a0d7 View commit details
    Browse the repository at this point in the history