tf_1.8_xla_doc
|
#include <reduce_precision_insertion.h>
Inherits HloPassInterface.
Public Types | |
enum | PassTiming |
Static Public Member Functions | |
static bool | AddPasses (HloPassPipeline *pipeline, const DebugOptions &debug_options, const PassTiming pass_timing) |
Google docs:
HLO pass which inserts reduce-precision instructions into the HLO graph, for purposes of experimenting with the effects of reduced-precision storage of intermediate values.
|
strong |
Enumeration to control which passes should be added.
|
static |
Google docs:
Add ReducePrecisionInsertion passes to an HloPassPipeline based on the list of HloReducePrecisionOptions in a DebugOptions proto. Returns true if any passes were added.