Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc622 XLA_SCOPED_LOGGING_TIMER("NVPTXCompiler::RunHloPasses"); in RunHloPasses()
636 XLA_SCOPED_LOGGING_TIMER("NVPTXCompiler::RunBackend"); in RunBackend()
692 XLA_SCOPED_LOGGING_TIMER("NVPTXCompiler::RunBackend - IR emission"); in RunBackend()
709 XLA_SCOPED_LOGGING_TIMER( in RunBackend()
748 XLA_SCOPED_LOGGING_TIMER("NVPTXCompiler::RunBackend - CompileToPtx"); in RunBackend()
806 XLA_SCOPED_LOGGING_TIMER("NVPTXCompiler::CompilePtxOrGetCachedResult"); in CompilePtxOrGetCachedResult()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc473 XLA_SCOPED_LOGGING_TIMER("CpuCompiler - Running LLVM verifier"); in VerifyLlvmModule()
588 XLA_SCOPED_LOGGING_TIMER( in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dnvptx_backend_lib.cc494 XLA_SCOPED_LOGGING_TIMER("Compile module " + module->getName().str()); in CompileToPtx()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h74 #define XLA_SCOPED_LOGGING_TIMER(label) \ macro