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

[TOOL][NATIVE] Android native application for deploy and run #13791

Merged
merged 7 commits into from
Jan 24, 2023

Commits on Jan 16, 2023

  1. [TOOL][NATIVE] Android native appliction for deploy and run

    This application helps as a reference for verifying and integration of
    TVM compiled models on Android targets natively independent of RPC setup.
    
    tvmc will be used to for compiling tuning and to run it before deployment.
    
    This PR also covers
     * Enabling clml for tvmc compilation tool.
     * Graph runtime api "get_output_info" to return output tensor specification
       similar to "get_input_into"
     * This tool adds and enabled 3rdparty dependency "cnpy" to deal with npz files.
    srkreddy1238 committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    8b8d03b View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Update apps/cpp_rtvm/README.md

    Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
    srkreddy1238 and echuraev authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e51a075 View commit details
    Browse the repository at this point in the history
  2. Update apps/cpp_rtvm/README.md

    Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
    srkreddy1238 and echuraev authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4e84457 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. * review comments.

    srkreddy1238 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    73d206b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. * proof reading

    srkreddy1238 committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    31e3f25 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Update apps/cpp_rtvm/README.md

    Co-authored-by: Egor Churaev <egor.churaev@gmail.com>
    srkreddy1238 and echuraev authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    6182639 View commit details
    Browse the repository at this point in the history
  2. * review

    srkreddy1238 committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    f48b704 View commit details
    Browse the repository at this point in the history