HomeSort by relevance Sort by last modified time
    Searched refs:total_cycles_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
human_readable_profile_builder.h 38 total_cycles_(total_cycles),
43 int64 total_cycles() const { return total_cycles_; }
81 int64 total_cycles_; member in class:xla::HumanReadableProfileBuilder
human_readable_profile_builder.cc 37 HumanReadableElapsedTime(CyclesToSeconds(total_cycles_)));
68 if (total_cycles_ > 0) {
69 cycles_percent = op.cycles / static_cast<double>(total_cycles_) * 100;
71 cumulative_cycles / static_cast<double>(total_cycles_) * 100;
125 /*category=*/"", total_cycles_, total_flops, total_transcendentals,
138 if (total_cycles_ <= 0) {
197 StrAppend(&s, table.MakeReport(CyclesToMicroseconds(total_cycles_)));

Completed in 407 milliseconds