Home
last modified time | relevance | path

Searched refs:EmitConstantGlobals (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc748 TF_RETURN_IF_ERROR(ir_emitter.EmitConstantGlobals()); in RunBackend()
952 TF_RETURN_IF_ERROR(ir_emitter.EmitConstantGlobals()); in CompileAheadOfTime()
Dir_emitter.h122 Status EmitConstantGlobals();
Dir_emitter.cc251 Status IrEmitter::EmitConstantGlobals() { in EmitConstantGlobals() function in xla::cpu::IrEmitter