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

#include <llvm_compiler.h>

Inheritance diagram for xla::LLVMCompiler:
[legend]
Collaboration diagram for xla::LLVMCompiler:
[legend]

Detailed Description

Inherited by xla::cpu::CpuCompiler

Google Docs:

Interface for an LLVM-based compiler. This provides the ability to register hooks to inspect the LLVM IR during compilation, both before and after optimizations are applied.

Hooks get called once per HLO module being compiled. The following should not be relied on:

  • The order in which hooks get called.
  • Whether or not a hook gets called if a compilation exits with a non-OK status.

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