Searched refs:next_count (Results 1 – 9 of 9) 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/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | codegen.h | 41 unsigned next_count : 6; member 349 unsigned next_count : 5; member
|
D | codegen.c | 629 b->branch.next_count = target_instr->encode_size; in ppir_codegen_encode_branch() 757 last_ctrl->next_count = size; in encode_instr()
|
/external/rust/crates/itertools/src/ |
D | permutations.rs | 267 let next_count = count.checked_mul(radix) in remaining() localVariable 270 count = match next_count { in remaining()
|
/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/llvm-project/llvm/test/Transforms/Scalarizer/ |
D | basic.ll | 405 ; CHECK: %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ] 416 %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ] 419 %next_count = sub i32 %this_count, 1 420 %cmp = icmp eq i32 %next_count, 0
|
/external/e2fsprogs/e2fsck/ |
D | rehash.c | 661 int *prev_count, int *next_count) in alloc_blocks() argument 685 *next_count = (*limit)->limit; in alloc_blocks()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/g3doc/ |
D | tf_dialects.md | 307 %next_count, %tok = tf_executor.NextIteration.Source : i32 309 %loop.body.init, %ctlMerge = tf_executor.Merge %loop.init, %next_count : i32
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops.py | 1940 next_count = _NextIteration(index) 1941 merge_count.op._update_input(1, next_count) 1954 return next_count
|