Searched refs:next_count (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/platform/profile_utils/ |
D | clock_cycle_profiler.h | 85 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/ |
D | cmd_setup.c | 88 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/ |
D | basic.ll | 424 ; 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/ |
D | basic.ll | 424 ; 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/ |
D | rehash.c | 612 int *prev_count, int *next_count) in alloc_blocks() argument 636 *next_count = (*limit)->limit; in alloc_blocks()
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 2640 next_count = _NextIteration(index) 2641 merge_count.op._update_input(1, next_count) 2654 return next_count
|