Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_implementation.hpp73 uint64_t best_cycle_estimate = UINT64_MAX; in find_implementation() local
98 if (selected == nullptr || cycle_estimate < best_cycle_estimate) in find_implementation()
101 best_cycle_estimate = cycle_estimate; in find_implementation()