Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.h148 Status PrepareHloModuleForIrEmitting(HloModule* hlo_module);
H A Dgpu_compiler.cc693 Status GpuCompiler::PrepareHloModuleForIrEmitting(HloModule* hlo_module) { in PrepareHloModuleForIrEmitting() function in xla::gpu::GpuCompiler
836 TF_RETURN_IF_ERROR(PrepareHloModuleForIrEmitting(module.get())); in RunHloPasses()