aboutsummaryrefslogtreecommitdiff
path: root/docs/05_operator_list.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/05_operator_list.dox')
-rw-r--r--docs/05_operator_list.dox43
1 files changed, 43 insertions, 0 deletions
diff --git a/docs/05_operator_list.dox b/docs/05_operator_list.dox
index 527cd92465..90aee130bf 100644
--- a/docs/05_operator_list.dox
+++ b/docs/05_operator_list.dox
@@ -837,6 +837,49 @@ where N = batches, C = channels, H = height, W = width
<tr><td>QUANTIZEDSYMM8PERAXIS
</table>
<tr>
+ <td rowspan="3">Convolution3dLayer
+ <td rowspan="3" style="width:200px;"> Layer to compute a 3D convolution operation.
+ <td rowspan="3">
+ <ul>
+ <li>N/A
+ </ul>
+ <td>CpuRef
+ <td>
+ <ul>
+ <li>NDHWC
+ </ul>
+ <td>
+ <table>
+ <tr><th>
+ <tr><td>BFLOAT16
+ <tr><td>FLOAT16
+ <tr><td>FLOAT32
+ <tr><td>QASYMMS8
+ <tr><td>QASYMMU8
+ <tr><td>QSYMMS8
+ <tr><td>QSYMMS16
+ </table>
+<tr>
+ <td>CpuAcc
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+<tr>
+ <td>GpuAcc
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+ <td>
+ <ul>
+ <li>N/A
+ </ul>
+<tr>
<td rowspan="1">DebugLayer
<td rowspan="1" style="width:200px;"> Layer to print out inter layer tensor information.
<td rowspan="1">