tf_1.8_xla_doc
|
#include <hlo_cse.h>
Inherits HloPassInterface.
Google docs:
A pass which performs common-subexpression elimination. Identical constants and identical instructions with the same operands are commoned. The pass iterates over the instructions in topological order which enables the pass to find arbitrarily large common expressions.