Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthwise_implementation.hpp43 std::function<uint64_t(const DepthwiseArgs &, const OutputStage &)> cycle_estimate; member
90 const auto cycle_estimate = impl->get_cycle_estimate(args, os); in find_implementation() local
Ddepthwise_fp16.cpp62 unsigned int cycle_estimate(const DepthwiseArgs &args, const Nothing &) in cycle_estimate() function
Ddepthwise_fp32.cpp83 unsigned int cycle_estimate(const DepthwiseArgs &args, const Nothing &) in cycle_estimate() function
/external/ComputeLibrary/src/core/NEON/kernels/assembly/
Ddepthwise_common.hpp48 uint64_t cycle_estimate = 0; member
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/
Dgemm_implementation.hpp44 …std::function<uint64_t(const GemmArgs &, const OutputStage &)> cycle_estimate = {}; member
128 std::function<uint64_t(const GemmArgs &)> cycle_estimate = {}; member
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Dpooling_implementation.hpp41 std::function<uint64_t(const PoolingArgs &, const OutputStage &)> cycle_estimate; member
/external/ComputeLibrary/src/cpu/kernels/assembly/
Darm_gemm.hpp95 uint64_t cycle_estimate = 0; member