-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWrapper.html
More file actions
405 lines (394 loc) · 22.2 KB
/
Wrapper.html
File metadata and controls
405 lines (394 loc) · 22.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
<!DOCTYPE html>
<html lang="en" data-content_root="../../../">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>wrapper — MCT Documentation: ver 2.6.0</title>
<link rel="stylesheet" type="text/css" href="../../../static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="../../../static/bizstyle.css?v=5283bb3d" />
<link rel="stylesheet" type="text/css" href="../../../static/css/custom.css?v=01243f34" />
<script src="../../../static/documentation_options.js?v=ae39cb24"></script>
<script src="../../../static/doctools.js?v=9bcbadda"></script>
<script src="../../../static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../static/bizstyle.js"></script>
<link rel="index" title="Index" href="../../../genindex.html" />
<link rel="search" title="Search" href="../../../search.html" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!--[if lt IE 9]>
<script src="static/css3-mediaqueries.js"></script>
<![endif]-->
</head><body>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.6.0</a> »</li>
<li class="nav-item nav-item-this"><a href="">wrapper</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="wrapper">
<span id="ug-wrapper"></span><h1>wrapper<a class="headerlink" href="#wrapper" title="Link to this heading">¶</a></h1>
<dl class="py class">
<dt class="sig sig-object py" id="model_compression_toolkit.wrapper.mct_wrapper.MCTWrapper">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">model_compression_toolkit.wrapper.mct_wrapper.</span></span><span class="sig-name descname"><span class="pre">MCTWrapper</span></span><a class="headerlink" href="#model_compression_toolkit.wrapper.mct_wrapper.MCTWrapper" title="Link to this definition">¶</a></dt>
<dd><p>Wrapper class for Model Compression Toolkit (MCT) quantization and export.</p>
<p>This class provides a unified interface for various neural network
quantization methods including Post-Training Quantization (PTQ), Gradient
Post-Training Quantization (GPTQ).
It supports both TensorFlow and PyTorch frameworks with optional
mixed-precision quantization.</p>
<p>The wrapper manages the complete quantization pipeline from model input to
quantized model export, handling framework-specific configurations and
Target Platform Capabilities (TPC) setup.</p>
<dl class="py method">
<dt class="sig sig-object py" id="model_compression_toolkit.wrapper.mct_wrapper.MCTWrapper.quantize_and_export">
<span class="sig-name descname"><span class="pre">quantize_and_export</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">float_model</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">representative_dataset</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">framework</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'pytorch'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">method</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'PTQ'</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">use_mixed_precision</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">False</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">param_items</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#model_compression_toolkit.wrapper.mct_wrapper.MCTWrapper.quantize_and_export" title="Link to this definition">¶</a></dt>
<dd><p>Main function to perform model quantization and export.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>float_model</strong> – The float model to be quantized.</p></li>
<li><p><strong>representative_dataset</strong> (<em>Callable</em><em>, </em><em>np.array</em><em>, </em><em>tf.Tensor</em>) – Representative dataset for calibration.</p></li>
<li><p><strong>framework</strong> (<em>str</em>) – ‘tensorflow’ or ‘pytorch’.
Default: ‘pytorch’</p></li>
<li><p><strong>method</strong> (<em>str</em>) – Quantization method, e.g., ‘PTQ’ or ‘GPTQ’.
Default: ‘PTQ’</p></li>
<li><p><strong>use_mixed_precision</strong> (<em>bool</em>) – Whether to use mixed-precision
quantization. Default: False</p></li>
<li><p><strong>param_items</strong> (<em>list</em>) – List of parameter settings.
[[key,value],…]. Default: None</p></li>
</ul>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p>tuple (quantization success flag, quantized model)</p>
</dd>
</dl>
<p class="rubric">Examples</p>
<p>Import MCT</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="kn">import</span> <span class="nn">model_compression_toolkit</span> <span class="k">as</span> <span class="nn">mct</span>
</pre></div>
</div>
<p>Prepare the float model and dataset</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">float_model</span> <span class="o">=</span> <span class="o">...</span>
<span class="gp">>>> </span><span class="n">representative_dataset</span> <span class="o">=</span> <span class="o">...</span>
</pre></div>
</div>
<p>Create an instance of the MCTWrapper</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">wrapper</span> <span class="o">=</span> <span class="n">mct</span><span class="o">.</span><span class="n">MCTWrapper</span><span class="p">()</span>
</pre></div>
</div>
<p>Set framework, method, and other parameters</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">framework</span> <span class="o">=</span> <span class="s1">'tensorflow'</span>
<span class="gp">>>> </span><span class="n">method</span> <span class="o">=</span> <span class="s1">'PTQ'</span>
<span class="gp">>>> </span><span class="n">use_mixed_precision</span> <span class="o">=</span> <span class="kc">False</span>
</pre></div>
</div>
<p>Set parameters if needed</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">param_items</span> <span class="o">=</span> <span class="p">[[</span><span class="n">key</span><span class="p">,</span> <span class="n">value</span><span class="p">]</span><span class="o">...</span><span class="p">]</span>
</pre></div>
</div>
<p>Quantize and export the model</p>
<div class="doctest highlight-default notranslate"><div class="highlight"><pre><span></span><span class="gp">>>> </span><span class="n">flag</span><span class="p">,</span> <span class="n">quantized_model</span> <span class="o">=</span> <span class="n">wrapper</span><span class="o">.</span><span class="n">quantize_and_export</span><span class="p">(</span>
<span class="gp">... </span> <span class="n">float_model</span><span class="o">=</span><span class="n">float_model</span><span class="p">,</span>
<span class="gp">... </span> <span class="n">representative_dataset</span><span class="o">=</span><span class="n">representative_dataset</span><span class="p">,</span>
<span class="gp">... </span> <span class="n">framework</span><span class="o">=</span><span class="n">framework</span><span class="p">,</span>
<span class="gp">... </span> <span class="n">method</span><span class="o">=</span><span class="n">method</span><span class="p">,</span>
<span class="gp">... </span> <span class="n">use_mixed_precision</span><span class="o">=</span><span class="n">use_mixed_precision</span><span class="p">,</span>
<span class="gp">... </span> <span class="n">param_items</span><span class="o">=</span><span class="n">param_items</span>
<span class="gp">... </span><span class="p">)</span>
</pre></div>
</div>
<p><strong>Parameters</strong></p>
<p>Initialize MCTWrapper with default parameters</p>
<p>Users can update the following parameters in param_items.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The low priority variable can be left at its default value, so there is no need to specify it.
Specify it as necessary, for example, if you receive a warning from the <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/guidelines/XQuant_Extension_Tool.html">XQuant Extension Tool</a>.</p>
</div>
<p>PTQ</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 30.0%" />
<col style="width: 30.0%" />
<col style="width: 40.0%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Parameter Key</p></th>
<th class="head"><p>Default Value</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>sdsp_version</p></td>
<td><p>‘3.14’</p></td>
<td><p>By specifying the SDSP converter version, you can select the <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/modules/target_platform_capabilities.html#ug-target-platform-capabilities">optimal quantization settings</a> for IMX500.</p></td>
</tr>
<tr class="row-odd"><td><p>save_model_path</p></td>
<td><p>‘./qmodel.keras’ / ‘./qmodel.onnx’</p></td>
<td><p>Path to save quantized model (Keras/Pytorch)</p></td>
</tr>
<tr class="row-even"><td><p>activation_error_method</p></td>
<td><p>mct.core.QuantizationErrorMethod.MSE</p></td>
<td><p>Activation quantization error method <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>weights_bias_correction</p></td>
<td><p>True</p></td>
<td><p>Enable weights bias correction <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>z_threshold</p></td>
<td><p>float(‘inf’)</p></td>
<td><p>Z-threshold for quantization <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>linear_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable linear layer collapsing <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>residual_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable residual connection collapsing <strong>(low priority)</strong></p></td>
</tr>
</tbody>
</table>
<p>PTQ, mixed_precision</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 30.0%" />
<col style="width: 30.0%" />
<col style="width: 40.0%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Parameter Key</p></th>
<th class="head"><p>Default Value</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>sdsp_version</p></td>
<td><p>‘3.14’</p></td>
<td><p>By specifying the SDSP converter version, you can select the <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/modules/target_platform_capabilities.html#ug-target-platform-capabilities">optimal quantization settings</a> for IMX500.</p></td>
</tr>
<tr class="row-odd"><td><p>save_model_path</p></td>
<td><p>‘./qmodel.keras’ / ‘./qmodel.onnx’</p></td>
<td><p>Path to save quantized model (Keras/Pytorch)</p></td>
</tr>
<tr class="row-even"><td><p>num_of_images</p></td>
<td><p>32</p></td>
<td><p>Number of images for mixed precision</p></td>
</tr>
<tr class="row-odd"><td><p>weights_compression_ratio</p></td>
<td><p>0.75</p></td>
<td><p>Weights compression ratio for mixed precision for resource util (0.0~1.0)</p></td>
</tr>
<tr class="row-even"><td><p>activation_error_method</p></td>
<td><p>mct.core.QuantizationErrorMethod.MSE</p></td>
<td><p>Activation quantization error method <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>weights_bias_correction</p></td>
<td><p>True</p></td>
<td><p>Enable weights bias correction <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>z_threshold</p></td>
<td><p>float(‘inf’)</p></td>
<td><p>Z-threshold for quantization <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>linear_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable linear layer collapsing <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>residual_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable residual connection collapsing <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>distance_weighting_method</p></td>
<td><p>default of <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/classes/MixedPrecisionQuantizationConfig.html#mpdistanceweighting">MixedPrecisionQuantizationConfig</a></p></td>
<td><p>Distance weighting method for mixed precision <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>use_hessian_based_scores</p></td>
<td><p>False</p></td>
<td><p>Use Hessian-based scores for mixed precision <strong>(low priority)</strong></p></td>
</tr>
</tbody>
</table>
<p>GPTQ</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 30.0%" />
<col style="width: 30.0%" />
<col style="width: 40.0%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Parameter Key</p></th>
<th class="head"><p>Default Value</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>sdsp_version</p></td>
<td><p>‘3.14’</p></td>
<td><p>By specifying the SDSP converter version, you can select the <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/modules/target_platform_capabilities.html#ug-target-platform-capabilities">optimal quantization settings</a> for IMX500.</p></td>
</tr>
<tr class="row-odd"><td><p>save_model_path</p></td>
<td><p>‘./qmodel.keras’ / ‘./qmodel.onnx’</p></td>
<td><p>Path to save quantized model (Keras/Pytorch)</p></td>
</tr>
<tr class="row-even"><td><p>n_epochs</p></td>
<td><p>5</p></td>
<td><p>Number of training epochs for GPTQ</p></td>
</tr>
<tr class="row-odd"><td><p>activation_error_method</p></td>
<td><p>mct.core.QuantizationErrorMethod.MSE</p></td>
<td><p>Activation quantization error method <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>weights_bias_correction</p></td>
<td><p>True</p></td>
<td><p>Enable weights bias correction <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>z_threshold</p></td>
<td><p>float(‘inf’)</p></td>
<td><p>Z-threshold for quantization <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>linear_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable linear layer collapsing <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>residual_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable residual connection collapsing <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>optimizer</p></td>
<td><p>default of <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/methods/get_keras_gptq_config.html#model_compression_toolkit.gptq.get_keras_gptq_config">get_keras_gptq_config</a> or <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/methods/get_pytroch_gptq_config.html#model_compression_toolkit.gptq.get_pytorch_gptq_config">get_pytorch_gptq_config</a></p></td>
<td><p>Optimizer for GPTQ <strong>(low priority)</strong></p></td>
</tr>
</tbody>
</table>
<p>GPTQ, mixed_precision</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 30.0%" />
<col style="width: 30.0%" />
<col style="width: 40.0%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Parameter Key</p></th>
<th class="head"><p>Default Value</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>sdsp_version</p></td>
<td><p>‘3.14’</p></td>
<td><p>By specifying the SDSP converter version, you can select the <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/modules/target_platform_capabilities.html#ug-target-platform-capabilities">optimal quantization settings</a> for IMX500.</p></td>
</tr>
<tr class="row-odd"><td><p>save_model_path</p></td>
<td><p>‘./qmodel.keras’ / ‘./qmodel.onnx’</p></td>
<td><p>Path to save quantized model (Keras/Pytorch)</p></td>
</tr>
<tr class="row-even"><td><p>num_of_images</p></td>
<td><p>32</p></td>
<td><p>Number of images for mixed precision</p></td>
</tr>
<tr class="row-odd"><td><p>weights_compression_ratio</p></td>
<td><p>0.75</p></td>
<td><p>Weights compression ratio for mixed precision for resource util (0.0~1.0)</p></td>
</tr>
<tr class="row-even"><td><p>n_epochs</p></td>
<td><p>5</p></td>
<td><p>Number of training epochs for GPTQ</p></td>
</tr>
<tr class="row-odd"><td><p>activation_error_method</p></td>
<td><p>mct.core.QuantizationErrorMethod.MSE</p></td>
<td><p>Activation quantization error method <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>weights_bias_correction</p></td>
<td><p>True</p></td>
<td><p>Enable weights bias correction <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>z_threshold</p></td>
<td><p>float(‘inf’)</p></td>
<td><p>Z-threshold for quantization <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>linear_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable linear layer collapsing <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>residual_collapsing</p></td>
<td><p>True</p></td>
<td><p>Enable residual connection collapsing <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>distance_weighting_method</p></td>
<td><p>default of <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/classes/MixedPrecisionQuantizationConfig.html#mpdistanceweighting">MixedPrecisionQuantizationConfig</a></p></td>
<td><p>Distance weighting method for mixed precision <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-odd"><td><p>use_hessian_based_scores</p></td>
<td><p>False</p></td>
<td><p>Use Hessian-based scores for mixed precision <strong>(low priority)</strong></p></td>
</tr>
<tr class="row-even"><td><p>optimizer</p></td>
<td><p>default of <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/methods/get_keras_gptq_config.html#model_compression_toolkit.gptq.get_keras_gptq_config">get_keras_gptq_config</a> or <a class="reference external" href="https://sonysemiconductorsolutions.github.io/mct-model-optimization/api/api_docs/methods/get_pytroch_gptq_config.html#model_compression_toolkit.gptq.get_pytorch_gptq_config">get_pytorch_gptq_config</a></p></td>
<td><p>Optimizer for GPTQ <strong>(low priority)</strong></p></td>
</tr>
</tbody>
</table>
<dl class="field-list simple">
<dt class="field-odd">Return type<span class="colon">:</span></dt>
<dd class="field-odd"><p><code class="xref py py-data docutils literal notranslate"><span class="pre">Tuple</span></code>[<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code>, <code class="xref py py-data docutils literal notranslate"><span class="pre">Any</span></code>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<div>
<h3><a href="../../../index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">wrapper</a><ul>
<li><a class="reference internal" href="#model_compression_toolkit.wrapper.mct_wrapper.MCTWrapper"><code class="docutils literal notranslate"><span class="pre">MCTWrapper</span></code></a><ul>
<li><a class="reference internal" href="#model_compression_toolkit.wrapper.mct_wrapper.MCTWrapper.quantize_and_export"><code class="docutils literal notranslate"><span class="pre">MCTWrapper.quantize_and_export()</span></code></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<search id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="../../../search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../../../genindex.html" title="General Index"
>index</a></li>
<li class="nav-item nav-item-0"><a href="../../../index.html">MCT Documentation: ver 2.6.0</a> »</li>
<li class="nav-item nav-item-this"><a href="">wrapper</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2022, Sony Semiconductor Solutions.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
</div>
</body>
</html>