Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc472 Status VerifyLlvmModule(const llvm::Module& llvm_module) { in VerifyLlvmModule() function
711 TF_RETURN_IF_ERROR(VerifyLlvmModule(*llvm_module)); in RunBackend()
896 Status verify_status = VerifyLlvmModule(llvm_module); in CompileAheadOfTime()