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

#include <gather_expander.h>

Inherits HloPassInterface.

Detailed Description

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.


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