Skip to content

Commit 2aefd73

Browse files
pareenavermagithub-actions[bot]
authored andcommitted
Resize images changed in the last week
1 parent f90ce49 commit 2aefd73

10 files changed

Lines changed: 4 additions & 4 deletions

File tree

-511 KB
Binary file not shown.
117 KB
Loading
-364 KB
Binary file not shown.
103 KB
Loading

content/install-guides/aperf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ To view the report, open the `index.html` file in the `test_report/` directory u
123123

124124
The report's home page displays system information from the APerf run, followed by analytical findings that highlight potential performance issues:
125125

126-
![APerf report home page showing system information and analytical findings alt-txt#center](/install-guides/_images/aperf_report_home.png "APerf report home page")
126+
![APerf report home page showing system information and analytical findings alt-txt#center](/install-guides/_images/aperf_report_home.webp "APerf report home page")
127127

128128
You can browse through all collected data using the navigation panel on the left.
129129

130130
To learn more about a specific metric, select the info button next to it to open the help panel:
131131

132-
![APerf report help panel showing detailed metric information alt-txt#center](/install-guides/_images/aperf_report_help_panel.png "APerf report help panel")
132+
![APerf report help panel showing detailed metric information alt-txt#center](/install-guides/_images/aperf_report_help_panel.webp "APerf report help panel")
133133

134134
### How do I compare multiple runs?
135135

content/learning-paths/mobile-graphics-and-gaming/onnx/08_android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We start by creating a new Android project using Android Studio. This project wi
2727
1. Create a new project:
2828
* Open Android Studio and click New Project.
2929
* In the Templates screen, select Phone and Tablet, then choose Empty Views Activity.
30-
![img3](figures/03.png)
30+
![img3](figures/03.webp)
3131

3232
This template creates a minimal Android application without additional UI components, which is ideal for a focused, step-by-step integration.
3333

@@ -41,7 +41,7 @@ This template creates a minimal Android application without additional UI compon
4141
* Minimum SDK: API 24 (Android 7.0 – Nougat). This provides wide device coverage while remaining compatible with ONNX Runtime and OpenCV.
4242
* Build configuration language: Kotlin DSL (build.gradle.kts). We use the Kotlin DSL for Gradle, which is now the recommended option.
4343

44-
![img4](figures/04.png)
44+
![img4](figures/04.webp)
4545

4646
* After confirming these settings, click Finish. Android Studio will create the project and generate a basic MainActivity along with the necessary Gradle files.
4747

Binary file not shown.
74.5 KB
Loading
Binary file not shown.
51.3 KB
Loading

0 commit comments

Comments
 (0)