[exo] revising comment for the target nodes of FusedBiasAddPass (#8477)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Sun, 27 Oct 2019 21:48:20 +0000 (06:48 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Sun, 27 Oct 2019 21:48:20 +0000 (06:48 +0900)
Comment for the target nodes of FusedBiasAddPass was revised.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
compiler/exo/src/Pass/FuseBiasAddPass.h

index 0288ec8..68e624c 100644 (file)
@@ -25,8 +25,7 @@ namespace exo
 /**
  * @brief Class to fuse TFLAdd or TFLSub into Bias input of the following ops:
  *    - TFLConv2D, TFLDepthwiseConv2D
- *    - TODO Consider to add FullyConnected, LSTM-related op (see Toco's impelementation
- *      in ConvertLstmCellOperator)
+ *    - TODO Consider to add FullyConnected, etc.
  *
  * Case 1. Conv2D and TFLAdd
  *