Home
last modified time | relevance | path

Searched refs:profile_utils (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/platform/profile_utils/
Di_cpu_utils_helper.h23 namespace profile_utils {
Dclock_cycle_profiler.cc27 profile_utils::CpuUtils::ConvertClockCycleToTime( in DumpStatistics()
Dandroid_armv7a_cpu_utils_helper.h31 namespace profile_utils {
Dclock_cycle_profiler.h67 const uint64 clockCycle = profile_utils::CpuUtils::GetCurrentClockCycle(); in GetCurrentClockCycleInternal()
Dcpu_utils.h37 namespace profile_utils {
Dcpu_utils_test.cc23 namespace profile_utils { namespace
Dandroid_armv7a_cpu_utils_helper.cc35 namespace profile_utils { namespace
Dcpu_utils.cc30 namespace profile_utils { namespace
/external/tensorflow/tensorflow/contrib/hvx/clock_cycle_profiling/
Dclock_cycle_profiling_main.cc37 tensorflow::profile_utils::CpuUtils::EnableClockCycleProfiling(true); in main()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dhexagon_graph_execution_test.cc417 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/
Dhost_gpu_executor.cc197 tensorflow::profile_utils::CpuUtils::GetCycleCounterFrequency()); in PopulateDeviceDescription()
/external/tensorflow/tensorflow/core/
DBUILD591 "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/
Dexecutor.cc140 uint64 start_cycles = profile_utils::CpuUtils::GetCurrentClockCycle();
143 return profile_utils::CpuUtils::GetCurrentClockCycle() - start_cycles; in ElapsedCycles()
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_tests.cmake463 "${tensorflow_source_dir}/tensorflow/core/platform/profile_utils/cpu_utils_test.cc"