Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc347 const uint64 compile_time_us = compile_end_us - compile_start_us; in CompileImpl() local
352 it->second.cumulative_compile_time_us += compile_time_us; in CompileImpl()
355 << " times, compile time: " << compile_time_us in CompileImpl()
358 << tensorflow::strings::HumanReadableElapsedTime(compile_time_us / in CompileImpl()