API Scanning

View Source On Gitee

Functions Introduction

  • Quickly scan the APIs in the code and display the API details directly in the sidebar.

  • For the convenience of other machine learning framework users, by scanning the mainstream framework APIs that appear in the code, associative matching the corresponding MindSpore API.

Usage Steps

Document-level API Scanning

  1. Right click anywhere in the current file to open the menu, and click “API scan” at the top of the menu.

    img

  2. The right sidebar will automatically pop up to show the scanned operator and display a detailed list containing the name, URL and other information. If no operator is scanned in this document, no pop-up window will appear.

    img

  3. Click the blue words, and another column will automatically open at the top to show the page.

    img

  4. Click the “export” button in the upper right corner to export the content to a csv table.

    img

Project-level API Scanning

  1. Right-click anywhere on the current file to open the menu, click the second option “API scan project-level” at the top of the menu, or select “Tools” in the toolbar above, and then select “operator scan project-level”.

    img

    img

  2. The right sidebar pops up a list of scanned operators from the entire project, and displays a detailed list containing information such as name, URL, etc.

    img

  3. In the upper box you can select a single file, and in the lower box the operators in this file will be shown separately, and the file selection can be switched at will.

    img

    img

  4. Click the blue words, and another column will automatically open at the top to show the page.

    img

  5. Click the “export” button in the upper right corner to export the content to a csv table.

    img