Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed May 25, 2021
1 parent 16f1126 commit 424eaa1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/relay/transforms/quantize_fake_quantization.cc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
*/

/*!
* \file src/relay/transforms/simplify_expr.cc
* \brief A pass for simplifying the Relay expression.
* \file src/relay/transforms/quantize_fake_quantization.cc
* \brief A pass for taking fake quantized graphs and converting them
* to actual integer operations.
*/

#include <tvm/relay/expr.h>
Expand Down Expand Up @@ -52,7 +53,7 @@
* quantize for subtraphs bounded by dequantize operations. This pass extracts the affine
* types of the inputs for later processing
*
* The third pass is an ExprMutator the recursively rewrites the subgraphs using packed funcs
* The third pass is an ExprMutator that recursively rewrites the subgraphs using packed funcs
* registered with the FTVMQuantizeFakeQuantization attribute. These packed funcs rewrite
* the ops based on the affine types of their inputs and then return the affine types of the
* new rewriten ops to pass that information down the stack during rewrite.
Expand Down

0 comments on commit 424eaa1

Please sign in to comment.