Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dgraph_functions_wrapper.c293 unsigned long long int total_cycles = 0; in hexagon_controller_DumpPerf() local
306 total_cycles += GetCounter(info[i]); in hexagon_controller_DumpPerf()
308 TFMLOGD("Total %lld cycles.", total_cycles); in hexagon_controller_DumpPerf()
317 counter, 100 * ((double)counter) / total_cycles, cum_cycles, in hexagon_controller_DumpPerf()
318 100 * ((double)cum_cycles) / total_cycles); in hexagon_controller_DumpPerf()
329 unsigned long long int total_cycles = 0; in hexagon_controller_DumpNodeName() local
342 total_cycles += GetCounter(info[i]); in hexagon_controller_DumpNodeName()
344 TFMLOGD("Total %lld cycles.", total_cycles); in hexagon_controller_DumpNodeName()
353 counter, 100 * ((double)counter) / total_cycles, cum_cycles, in hexagon_controller_DumpNodeName()
354 100 * ((double)cum_cycles) / total_cycles); in hexagon_controller_DumpNodeName()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h34 int64 total_cycles, in HumanReadableProfileBuilder() argument
38 total_cycles_(total_cycles), in HumanReadableProfileBuilder()
43 int64 total_cycles() const { return total_cycles_; } in total_cycles() function