From 63a126fb27b54d39859b7882b1dfb624ff4e021b Mon Sep 17 00:00:00 2001 From: "Steven S. Lyubomirsky" Date: Fri, 19 Jul 2019 15:35:09 -0700 Subject: [PATCH] Correct pass name Co-Authored-By: Zhi <5145158+zhiics@users.noreply.github.com> --- docs/dev/relay_add_pass.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/relay_add_pass.rst b/docs/dev/relay_add_pass.rst index 3b028c352a89..8c2fc9a21469 100644 --- a/docs/dev/relay_add_pass.rst +++ b/docs/dev/relay_add_pass.rst @@ -369,7 +369,7 @@ so ``InferType`` is a common dependency; others may depend on the program's bein A-normal form, via the ``ToANormalForm`` pass. Note that the ``PassContext`` object contains information a pass uses for -error reporting and configuration options; ``FoldContext`` does not need +error reporting and configuration options; ``FoldConstant`` does not need this information but other passes may reference their ``PassContext`` objects. The pass can now be invoked via the pass infrastructure, though it's a good idea to