Searched defs:total_cycles (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h33 int64 total_cycles,
36 total_cycles_(total_cycles),
41 int64 total_cycles() const { return total_cycles_; } function in class:xla::HumanReadableProfileBuilder
32 HumanReadableProfileBuilder(tensorflow::StringPiece computation_name, int64 total_cycles, double clock_rate_ghz) argument
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
H A Dgraph_functions_wrapper.c293 unsigned long long int total_cycles = 0; local
306 total_cycles += GetCounter(info[i]);
308 TFMLOGD("Total %lld cycles.", total_cycles);
317 counter, 100 * ((double)counter) / total_cycles, cum_cycles,
318 100 * ((double)cum_cycles) / total_cycles);
329 unsigned long long int total_cycles = 0; local
342 total_cycles += GetCounter(info[i]);
344 TFMLOGD("Total %lld cycles.", total_cycles);
353 counter, 100 * ((double)counter) / total_cycles, cum_cycles,
354 100 * ((double)cum_cycles) / total_cycles);
[all...]

Completed in 139 milliseconds