From 320019c288cd0a553221a4d9445e4d056d07404e Mon Sep 17 00:00:00 2001 From: Philip Cho Date: Thu, 14 Nov 2019 13:47:47 -0800 Subject: [PATCH] Add topi.nn.fifo_buffer to TVM doc --- docs/api/python/topi.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/python/topi.rst b/docs/api/python/topi.rst index 0e203c176711..3cfebb8503e4 100644 --- a/docs/api/python/topi.rst +++ b/docs/api/python/topi.rst @@ -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 ~~~~~~~~~~