Home
last modified time | relevance | path

Searched defs:KernelTimer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.cc132 struct KernelTimer { struct
133 uint64 start_cycles = profile_utils::CpuUtils::GetCurrentClockCycle();
135 uint64 ElapsedCycles() { in ElapsedCycles()