tf_1.8_xla_doc
List of all members
xla::HloCSE Class Reference

#include <hlo_cse.h>

Inherits HloPassInterface.

Detailed Description

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.


The documentation for this class was generated from the following files: