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

  /external/tensorflow/tensorflow/core/platform/profile_utils/
i_cpu_utils_helper.h 23 namespace profile_utils { namespace in namespace:tensorflow
50 } // namespace profile_utils
clock_cycle_profiler.cc 16 #include "tensorflow/core/platform/profile_utils/clock_cycle_profiler.h"
27 profile_utils::CpuUtils::ConvertClockCycleToTime(
android_armv7a_cpu_utils_helper.h 22 #include "tensorflow/core/platform/profile_utils/i_cpu_utils_helper.h"
31 namespace profile_utils { namespace in namespace:tensorflow
61 } // namespace profile_utils
clock_cycle_profiler.h 23 #include "tensorflow/core/platform/profile_utils/cpu_utils.h"
67 const uint64 clockCycle = profile_utils::CpuUtils::GetCurrentClockCycle();
cpu_utils.h 24 #include "tensorflow/core/platform/profile_utils/i_cpu_utils_helper.h"
33 namespace profile_utils { namespace in namespace:tensorflow
156 } // namespace profile_utils
cpu_utils_test.cc 17 #include "tensorflow/core/platform/profile_utils/cpu_utils.h"
19 #include "tensorflow/core/platform/profile_utils/clock_cycle_profiler.h"
23 namespace profile_utils { namespace in namespace:tensorflow
93 } // namespace profile_utils
android_armv7a_cpu_utils_helper.cc 16 #include "tensorflow/core/platform/profile_utils/android_armv7a_cpu_utils_helper.h"
35 namespace profile_utils { namespace in namespace:tensorflow
128 } // namespace profile_utils
cpu_utils.cc 16 #include "tensorflow/core/platform/profile_utils/cpu_utils.h"
22 #include "tensorflow/core/platform/profile_utils/android_armv7a_cpu_utils_helper.h"
25 namespace profile_utils { namespace in namespace:tensorflow
125 } // namespace profile_utils
  /external/tensorflow/tensorflow/contrib/hvx/clock_cycle_profiling/
clock_cycle_profiling_main.cc 17 #include "tensorflow/core/platform/profile_utils/clock_cycle_profiler.h"
18 #include "tensorflow/core/platform/profile_utils/cpu_utils.h"
37 tensorflow::profile_utils::CpuUtils::EnableClockCycleProfiling(true);
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_graph_execution_test.cc 47 #include "tensorflow/core/platform/profile_utils/clock_cycle_profiler.h"
415 profile_utils::CpuUtils::EnableClockCycleProfiling(true);
448 profile_utils::CpuUtils::EnableClockCycleProfiling(true);
482 profile_utils::CpuUtils::EnableClockCycleProfiling(true);
541 profile_utils::CpuUtils::EnableClockCycleProfiling(true);
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.cc 22 #include "tensorflow/core/platform/profile_utils/cpu_utils.h"
197 tensorflow::profile_utils::CpuUtils::GetCycleCounterFrequency());

Completed in 132 milliseconds