Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anijain2305 committed Oct 25, 2020
1 parent fbf5286 commit 4c86a86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/relay/qnn/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ Expr FixedPointMultiplyToNearest(Expr tensor, double multiplier,
* \param tensor The quantized input tensor of dtype int32.
* \param exp The exp or the power of 2 representing the number to be multiplied.
* \return The sequence of Relay ops for power of two multiplication.
*/
Expr PowerOfTwoMultiply(Expr tensor, int32_t exp);

Expand Down

0 comments on commit 4c86a86

Please sign in to comment.