Skip to content

Commit e24a91e

Browse files
condensing learning objectives
1 parent 047c436 commit e24a91e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

  • content/learning-paths/cross-platform/explore-model-artifacts-with-model-explorer

content/learning-paths/cross-platform/explore-model-artifacts-with-model-explorer/_index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,9 @@ minutes_to_complete: 90
88
who_is_this_for: This Learning Path is for Edge AI developers who need to inspect model artifacts after backend delegation, understand graph structure and delegate coverage, and use those insights to reason about performance and behavior.
99

1010
learning_objectives:
11-
- Explain what Google Model Explorer is and how adapters add support for Arm model artifacts
12-
- Install the combined ExecuTorch extension and the separate TOSA and VGF adapters for Model Explorer
13-
- Open ExecuTorch .pte files and compare portable CPU, XNNPACK CPU, and Ethos-U artifacts
14-
- Use PTE visualization to reason about delegate regions, work outside delegates, graph fragmentation, and backend-specific changes
15-
- Inspect TOSA flatbuffers as an intermediate representation used by Arm compiler and backend workflows
16-
- Inspect VGF artifacts used with the ML extensions for Vulkan and neural graphics workloads
11+
- Set up Google Model Explorer with the combined ExecuTorch extension and separate Tensor Operator Set Architecture (TOSA) and VGF adapters.
12+
- Open ExecuTorch deployment graphs and inspect delegate regions, work outside delegates, graph fragmentation, and backend-specific changes
13+
- Trace model transformations across PTE, TOSA, and VGF artifacts
1714
- Use ETRecord and ETDump overlays to connect exported graph structure with runtime profiling data
1815

1916
prerequisites:

0 commit comments

Comments
 (0)