Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/convert/
Dop_stats_to_overview_page.h38 const double kEagerReportThresholdInPercent = 10; variable
Dop_stats_to_overview_page.cc343 if (host_op_time_eager_percent > kEagerReportThresholdInPercent) in EagerRecommendationHtml()
346 if (device_op_time_eager_percent > kEagerReportThresholdInPercent) in EagerRecommendationHtml()