ONE - On-device Neural Engine
Loading...
Searching...
No Matches
AnalysisTemplate Namespace Reference

Data Structures

class  AnalysisTemplate
 

Detailed Description

A template for anlaysis code.
This template shows how to access the information of each operator inside hooks.
Users can write their own hooks by modifying this file.

NOTE See "Arguments of Hooks" section in README to understand argument types (Tensor, Stride, ..)
NOTE See "tests/SingleOperatorTest.py" for more operators.