Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_program_group_interface.h55 virtual Status LogCompilationStats(const TpuCompilationCacheKey& key,
Dtpu_program_group.h121 Status LogCompilationStats(const TpuCompilationCacheKey& key,
Dtpu_program_group.cc188 Status TpuProgramGroup::LogCompilationStats(const TpuCompilationCacheKey& key, in LogCompilationStats() function in tensorflow::tpu::TpuProgramGroup
Dtpu_compile_op_common.cc625 TF_RETURN_IF_ERROR(tpu_program_group->LogCompilationStats(key, duration)); in CompileLocallyAndFillHostCache()