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

#include <compiler_functor.h>

Collaboration diagram for xla::cpu::CompilerFunctor:
[legend]

Public Member Functions

std::unique_ptr< llvm::MemoryBuffer > operator() (llvm::Module &module) const
 

Detailed Description

Google docs:

Functor class for compiling an LLVM module down to an object file. For use by Orc JIT compile layer.

Member Function Documentation

◆ operator()()

std::unique_ptr< llvm::MemoryBuffer > xla::cpu::CompilerFunctor::operator() ( llvm::Module &  module) const

Compile a Module to an ObjectFile.


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