Searched refs:profile_utils (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/platform/profile_utils/ |
D | i_cpu_utils_helper.h | 23 namespace profile_utils {
|
D | clock_cycle_profiler.cc | 27 profile_utils::CpuUtils::ConvertClockCycleToTime( in DumpStatistics()
|
D | android_armv7a_cpu_utils_helper.h | 31 namespace profile_utils {
|
D | clock_cycle_profiler.h | 67 const uint64 clockCycle = profile_utils::CpuUtils::GetCurrentClockCycle(); in GetCurrentClockCycleInternal()
|
D | cpu_utils.h | 37 namespace profile_utils {
|
D | cpu_utils_test.cc | 23 namespace profile_utils { namespace
|
D | android_armv7a_cpu_utils_helper.cc | 35 namespace profile_utils { namespace
|
D | cpu_utils.cc | 30 namespace profile_utils { namespace
|
/external/tensorflow/tensorflow/contrib/hvx/clock_cycle_profiling/ |
D | clock_cycle_profiling_main.cc | 37 tensorflow::profile_utils::CpuUtils::EnableClockCycleProfiling(true); in main()
|
/external/tensorflow/tensorflow/core/kernels/hexagon/ |
D | hexagon_graph_execution_test.cc | 417 profile_utils::CpuUtils::EnableClockCycleProfiling(true); in TEST() 450 profile_utils::CpuUtils::EnableClockCycleProfiling(true); in TEST() 484 profile_utils::CpuUtils::EnableClockCycleProfiling(true); in TEST() 543 profile_utils::CpuUtils::EnableClockCycleProfiling(true); in TEST()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_gpu_executor.cc | 197 tensorflow::profile_utils::CpuUtils::GetCycleCounterFrequency()); in PopulateDeviceDescription()
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 591 "platform/profile_utils/android_armv7a_cpu_utils_helper.h", 592 "platform/profile_utils/clock_cycle_profiler.h", 593 "platform/profile_utils/cpu_utils.h", 594 "platform/profile_utils/i_cpu_utils_helper.h", 635 "platform/profile_utils/android_armv7a_cpu_utils_helper.cc", 636 "platform/profile_utils/clock_cycle_profiler.cc", 637 "platform/profile_utils/cpu_utils.cc", 2261 "platform/profile_utils/**/*.h", 2360 "platform/profile_utils/**/*.cc", 3595 "platform/profile_utils/cpu_utils_test.cc",
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.cc | 140 uint64 start_cycles = profile_utils::CpuUtils::GetCurrentClockCycle(); 143 return profile_utils::CpuUtils::GetCurrentClockCycle() - start_cycles; in ElapsedCycles()
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | tf_tests.cmake | 463 "${tensorflow_source_dir}/tensorflow/core/platform/profile_utils/cpu_utils_test.cc"
|