Commit 23691b8e by Philip Hyunsu Cho Committed by Tianqi Chen

Add topi.nn.fifo_buffer to TVM doc (#4343)

parent 70a3a612
......@@ -69,6 +69,7 @@ List of operators
topi.nn.conv2d_hwcn
topi.nn.depthwise_conv2d_nchw
topi.nn.depthwise_conv2d_nhwc
topi.nn.fifo_buffer
topi.max
topi.sum
topi.min
......@@ -199,6 +200,7 @@ topi.nn
.. autofunction:: topi.nn.conv2d_hwcn
.. autofunction:: topi.nn.depthwise_conv2d_nchw
.. autofunction:: topi.nn.depthwise_conv2d_nhwc
.. autofunction:: topi.nn.fifo_buffer
topi.image
~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment