Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp152 constexpr bool UpdateCounts = false; in push() local
153 update(UpdateCounts); in push()
163 constexpr bool UpdateCounts = true; in pop() local
164 update(UpdateCounts); in pop()
177 void TimerStack::update(bool UpdateCounts) { in update() argument
193 if (UpdateCounts) in update()
200 if (UpdateCounts && Prefix == StackTop) in update()
267 constexpr bool UpdateCounts = true; in dump() local
268 update(UpdateCounts); in dump()
DIceTimerTree.h77 void update(bool UpdateCounts);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp31 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in run() local
65 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in run()
69 UpdateCounts(TTI, &F, CS.getCalledFunction(), *BBCount); in run()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DCGProfile.cpp54 auto UpdateCounts = [&](TargetTransformInfo &TTI, Function *F, in runCGProfilePass() local
92 UpdateCounts(TTI, &F, Symtab.getFunction(VD.Value), VD.Count); in runCGProfilePass()
96 UpdateCounts(TTI, &F, CB->getCalledFunction(), *BBCount); in runCGProfilePass()
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dtopk_accuracy_eval_stage.cc107 UpdateCounts(top_k); in Run()
124 void TopkAccuracyEvalStage::UpdateCounts(const std::vector<int>& topk_indices) { in UpdateCounts() function in tflite::evaluation::TopkAccuracyEvalStage
Dtopk_accuracy_eval_stage.h67 void UpdateCounts(const std::vector<int>& topk_indices);