Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTimerTree.cpp152 constexpr bool UpdateCounts = false; in push() local
163 constexpr bool UpdateCounts = true; in pop() local
177 void TimerStack::update(bool UpdateCounts) { in update()
267 constexpr bool UpdateCounts = true; in dump() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dtopk_accuracy_eval_stage.cc126 void TopkAccuracyEvalStage::UpdateCounts(const std::vector<int>& topk_indices) { in UpdateCounts() function in tflite::evaluation::TopkAccuracyEvalStage
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp31 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in run() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DCGProfile.cpp53 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in runCGProfilePass() local
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.h929 static void UpdateCounts(const std::vector<uint64_t>& words, in UpdateCounts() function