Home
last modified time | relevance | path

Searched refs:IrFunction (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_function.cc44 IrFunction::IrFunction(const string& function_name, in IrFunction() function in xla::cpu::IrFunction
56 IrFunction::~IrFunction() { in ~IrFunction()
61 DynamicLoopBounds IrFunction::GetDynamicLoopBounds() { in GetDynamicLoopBounds()
70 void IrFunction::Initialize(const string& function_name, in Initialize()
181 llvm::Value* IrFunction::GetDynamicLoopBound(const int64 offset) { in GetDynamicLoopBound()
Dir_function.h53 class IrFunction {
55 IrFunction(const string& function_name, llvm::Function::LinkageTypes linkage,
58 ~IrFunction();
Dir_emitter.h441 std::unique_ptr<IrFunction> compute_function_;
Dir_emitter.cc160 compute_function_.reset(new IrFunction(function_name, linkage, in InitializeIrFunction()