Add topi.nn.fifo_buffer to TVM doc (#4343)
authorPhilip Hyunsu Cho <chohyu01@cs.washington.edu>
Fri, 15 Nov 2019 03:42:53 +0000 (19:42 -0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Fri, 15 Nov 2019 03:42:53 +0000 (19:42 -0800)
docs/api/python/topi.rst

index 0e203c1..3cfebb8 100644 (file)
@@ -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
 ~~~~~~~~~~