@@ -35,10 +35,12 @@ shape of this array, its data format, and the way it is organized in memory.
3535
3636The table :ref: `mli_tnsr_struc ` describes the fields in the ``mli_tensor `` structure.
3737
38+ .. tabularcolumns :: |\Y{0.2}|\Y{0.3}|\Y{0.5}|
39+
3840.. _mli_tnsr_struc :
3941.. table:: mli_tensor Structure Field Descriptions
4042 :align: center
41- :widths: 50, 50, 130
43+ :class: longtable
4244
4345 +-------------------+------------------------+-----------------------------------------------------------------------------+
4446 | **Field name ** | **type ** | **Comment ** |
@@ -145,10 +147,12 @@ It stores pointer to data or a single value that intend to be directly used in a
145147
146148:ref: `t_mli_d_cont_strct ` describes the fields in the ``mli_data_container `` struture.
147149
150+ .. tabularcolumns :: |\Y{0.2}|\Y{0.2}|\Y{0.6}|
151+
148152.. _t_mli_d_cont_strct :
149153.. table :: mli_data_container Structure Field Description
150154 :align: center
151- :widths: 50, 50, 130
155+ :class: longtable
152156
153157 +--------------------+------------------+----------------------------------------------------------------------+
154158 | **Field Name ** | **Type ** | **Comment ** |
@@ -204,10 +208,11 @@ and other implementation specific things. ``mli_element_type`` is defined as fo
204208
205209:ref: `t_mli_el_type ` describes the entities in the ``mli_element_type `` union.
206210
211+ .. tabularcolumns :: |\Y{0.25}|\Y{0.5}|
212+
207213.. _t_mli_el_type :
208214.. table :: mli_element_type Enumeration Values Description
209215 :align: center
210- :widths: 50, 50, 130
211216
212217 +-----------------------+----------------------------------------------------------------------------+
213218 | **Enumeration Value ** | **Description ** |
@@ -272,10 +277,12 @@ quantization parameters can vary. For instance in a CHW layout, ``dim`` = 0 mean
272277a different zero point and a different scale factor. The size of these arrays is the same as the number of
273278channels in the tensor ``(array_size = shape[dim]) ``.
274279
280+ .. tabularcolumns :: |\Y{0.3}|\Y{0.3}|\Y{0.4}|
281+
275282.. _t_mli_el_p_union :
276283.. table :: mli_element_params Union Field Description
277284 :align: center
278- :widths: 50, 50, 130
285+ :class: longtable
279286
280287 +------------------------+------------------------+-----------------------------------------------------------------------------+
281288 | **Field Name ** | **Type ** | **Comment ** |
@@ -336,6 +343,10 @@ channels in the tensor ``(array_size = shape[dim])``.
336343 // Filling other fields of tsr_fx16
337344
338345 ..
346+ ..
347+
348+ .. admonition :: Example
349+ :class: "admonition tip"
339350
340351 SA8 tensor quantized on per-tensor level might be populated in the following way:
341352
@@ -360,6 +371,10 @@ channels in the tensor ``(array_size = shape[dim])``.
360371 // Filling other fields of tsr_sa8
361372
362373 ..
374+ ..
375+
376+ .. admonition :: Example
377+ :class: "admonition tip"
363378
364379 SA8 tensor quantized on per-axis level might be populated in the following way:
365380
@@ -415,12 +430,14 @@ The ``mli_lut`` struct describes the data in the LUT, including the format of it
415430..
416431
417432The following table describes the fields in the ``mli_lut `` structure.
433+
434+ .. tabularcolumns :: |\Y{0.2}|\Y{0.3}|\Y{0.5}|
418435
419436.. _mli_lut_struct_table :
420437.. table:: mli_lut Structure Field Descriptions
421438 :align: center
422- :widths: 50, 50, 130
423-
439+ :class: longtable
440+
424441 +-------------------+------------------------+-----------------------------------------------------------------------------+
425442 | **Field name ** | **type ** | **Comment ** |
426443 +===================+========================+=============================================================================+
0 commit comments