Home
last modified time | relevance | path

Searched refs:PrepareHloModuleForIrEmitting (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.h94 Status PrepareHloModuleForIrEmitting(HloModule* hlo_module);
Dgpu_compiler.cc359 Status GpuCompiler::PrepareHloModuleForIrEmitting(HloModule* hlo_module) { in PrepareHloModuleForIrEmitting() function in xla::gpu::GpuCompiler
500 TF_RETURN_IF_ERROR(PrepareHloModuleForIrEmitting(module.get())); in RunHloPasses()