Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc767 Status VerifyLlvmModule(const llvm::Module& llvm_module) { in VerifyLlvmModule() function
1264 TF_RETURN_IF_ERROR(VerifyLlvmModule(*llvm_module)); in CompileLegacyCpuExecutable()
1535 Status verify_status = VerifyLlvmModule(*llvm_module); in CompileAheadOfTime()