tf_1.8_xla_doc
|
#include <gather_expander.h>
Inherits HloPassInterface.
Gooogle docs:
This pass rewrites gather operations into (roughly) while loops of dynamic slices. This lets backends that don't support gather directly to nevertheless have a minimum level of support.