TensorScatterUpdateFusionPass
融合模式
该融合将符合图融合pattern的TensorScatterUpdate算子,在输入输出数据类型不是Bool或int32时,修改为TensorMove+ScatterNdUpdate算子。

使用约束
- X的输入类型是Bool或者int32类型时,该融合规则不生效。
- 该融合规则不可关闭。
支持的型号
父主题: 图融合规则说明
该融合将符合图融合pattern的TensorScatterUpdate算子,在输入输出数据类型不是Bool或int32时,修改为TensorMove+ScatterNdUpdate算子。
