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

[onert] Introduce CodegenLoader class #12536

Merged
merged 2 commits into from
Jan 30, 2024

Commits on Jan 26, 2024

  1. [onert] Introduce CodegenLoader class

    This commit introduces CodegenLoader class.
    This class loads the backend codegen library and provides a function
    to get the concreate class of ICodegen class.
    
    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
    Co-authored-by: Sanggyu Lee <sg5.lee@samsung.com>
    jyoungyun and Sanggyu Lee committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7560bd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Move copy operators to public and add const keyword to ICodegen funct…

    …ions
    
    ONE-DCO-1.0-Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
    jyoungyun committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ed1cf0d View commit details
    Browse the repository at this point in the history