Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/profile_utils/
Dclock_cycle_profiler.h85 const double next_count = count_ + 1.0; in AccumulateClockCycle() local
86 const double next_count_inv = 1.0 / next_count; in AccumulateClockCycle()
89 count_ = next_count; in AccumulateClockCycle()
/external/fsverity-utils/
Dcmd_setup.c88 u64 next_count = hash_lvl_region_idx[i]; in compute_tree_layout() local
91 offset += next_count; in compute_tree_layout()
/external/llvm/test/Transforms/Scalarizer/
Dbasic.ll424 ; CHECK: %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
435 %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
438 %next_count = sub i32 %this_count, 1
439 %cmp = icmp eq i32 %next_count, 0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Scalarizer/
Dbasic.ll424 ; CHECK: %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
435 %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]
438 %next_count = sub i32 %this_count, 1
439 %cmp = icmp eq i32 %next_count, 0
/external/e2fsprogs/e2fsck/
Drehash.c612 int *prev_count, int *next_count) in alloc_blocks() argument
636 *next_count = (*limit)->limit; in alloc_blocks()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py2640 next_count = _NextIteration(index)
2641 merge_count.op._update_input(1, next_count)
2654 return next_count