tf_1.8_xla_doc
Static Public Member Functions | List of all members
xla::TuplePointsToAnalysis Class Reference

#include <tuple_points_to_analysis.h>

Inherits DfsHloVisitorWithDefault.

Collaboration diagram for xla::TuplePointsToAnalysis:
[legend]

Static Public Member Functions

static StatusOr< std::unique_ptr< TuplePointsToAnalysis > > Run (const HloModule *module)
 

Detailed Description

Google docs:

DFS visitor that performs tuple points-to analysis. This analysis determines the potential sources of each buffer in each instruction's output.

Member Function Documentation

◆ Run()

StatusOr< std::unique_ptr< TuplePointsToAnalysis > > xla::TuplePointsToAnalysis::Run ( const HloModule module)
static
  1. Run LogicalBufferAnalysis
    Todo:
    Too deep. Abort.
  2. Run analysis

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