tf_1.8_xla_doc
|
#include <transpose_folding.h>
Inherits HloPassInterface.
Public Member Functions | |
StatusOr< bool > | Run (HloModule *module) override |
entry point of xla::TransposeFolding pass More... | |
HLO pass that folds transpose operators into Dot operators, where the Dot operator is implemented by a GEMM kernel that can transpose its inputs.
|
override |
entry point of xla::TransposeFolding
pass
Find all folding opportunities(dots and convolutions) and then fold it.