We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502271d commit 906e38bCopy full SHA for 906e38b
1 file changed
docs/api/python/topi.rst
@@ -69,6 +69,7 @@ List of operators
69
topi.nn.conv2d_hwcn
70
topi.nn.depthwise_conv2d_nchw
71
topi.nn.depthwise_conv2d_nhwc
72
+ topi.nn.fifo_buffer
73
topi.max
74
topi.sum
75
topi.min
@@ -199,6 +200,7 @@ topi.nn
199
200
.. autofunction:: topi.nn.conv2d_hwcn
201
.. autofunction:: topi.nn.depthwise_conv2d_nchw
202
.. autofunction:: topi.nn.depthwise_conv2d_nhwc
203
+.. autofunction:: topi.nn.fifo_buffer
204
205
topi.image
206
~~~~~~~~~~
0 commit comments