/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/ |
D | hmc_impl.py | 82 step_size, argument 254 [num_results, current_state, step_size, num_leapfrog_steps, 260 step_size, 266 step_size, 292 step_size, 341 step_size, argument 492 [num_steps, current_state, step_size, num_leapfrog_steps, seed]): 496 step_size, 502 step_size, 525 step_size, [all …]
|
D | metropolis_hastings_impl.py | 325 def uniform_random_proposal(step_size=1., argument 353 with ops.name_scope(name, 'uniform_random_proposal', [step_size]): 370 minval=-step_size, 371 maxval=step_size,
|
/external/adhd/cras/tools/ |
D | create_volume_curve.py | 9 def GenerateSimpleStep(name, max_volume, step_size): argument 12 print ' ; simple_step curve, max %d, step %d' % (max_volume, step_size) 14 print ' volume_step = %d' % step_size 56 step_size = int(raw_input(">")) 57 GenerateSimpleStep(jack_name, max_volume, step_size)
|
/external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/ |
D | hmc_test.py | 78 step_size = array_ops.placeholder(np.float32, [], name="step_size") 97 step_sizes=[step_size], 108 feed_dict[step_size] = 0.1 / event_size 157 step_size=0.1, 200 step_size = array_ops.placeholder( 208 step_size: 0.05, 215 step_size=step_size, 279 step_size = 0.1 292 step_size=step_size, 364 step_size = array_ops.placeholder(np.float32, [], name="step_size") [all …]
|
D | metropolis_hastings_test.py | 66 step_size=1.0, seed=1234)
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorExecutor.h | 208 void run(Evaluator& eval, Index first, Index last, Index step_size) { 209 for (Index i = first; i < last; i += step_size) { 218 void run(Evaluator& eval, Index first, Index last, Index step_size) { 221 const Index vectorized_step_size = step_size * PacketSize; 228 for (Index i = vectorized_size + first; i < last; i += step_size) { 240 const Index step_size = blockDim.x * gridDim.x; 243 EigenMetaKernelEval<Evaluator, Index, vectorizable>::run(eval, first_index, size, step_size);
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ldtoc-inv.ll | 8 define void @test(i32* nocapture %out, i32 zeroext %step_size) #0 { 10 %shl = shl i32 %step_size, 2 23 %shl1 = shl i32 %0, %step_size
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils_test.cc | 499 const float step_size = (max - min) / 255.0f; in TestAvoidBias() local 500 const float tolerance = step_size / 1000.0f; in TestAvoidBias() 502 float first_float = ceil(min / step_size) * step_size; in TestAvoidBias() 503 for (float f = first_float; f <= max; f += step_size) { in TestAvoidBias() 698 float step_size = in TestQuantizedTensorToFloat() local 701 roundf(-(input_range / 2.0) / step_size) * step_size; in TestQuantizedTensorToFloat()
|
D | topk_op_gpu.cu.cc | 225 int step_size = 1) { in heapTopK() argument 232 int heap_end_index = start_index + k * step_size; in heapTopK() 238 index += step_size, slot++) { in heapTopK() 247 for (int index = heap_end_index; index < length; index += step_size) { in heapTopK()
|
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 161 SamplingAllocationObserver(Heap* heap, intptr_t step_size, uint64_t rate, in SamplingAllocationObserver() argument 164 : AllocationObserver(step_size), in SamplingAllocationObserver()
|
/external/webp/src/enc/ |
D | filter_enc.c | 166 const int step_size = (delta_max - delta_min >= 4) ? 4 : 1; in VP8StoreFilterStats() local 181 for (d = delta_min; d <= delta_max; d += step_size) { in VP8StoreFilterStats()
|
/external/v8/src/heap/ |
D | incremental-marking.h | 227 Observer(IncrementalMarking& incremental_marking, intptr_t step_size) in Observer() argument 228 : AllocationObserver(step_size), in Observer()
|
D | heap.h | 2631 explicit AllocationObserver(intptr_t step_size) in AllocationObserver() argument 2632 : step_size_(step_size), bytes_to_next_step_(step_size) { in AllocationObserver() 2633 DCHECK(step_size >= kPointerSize); in AllocationObserver() 2651 intptr_t step_size() const { return step_size_; } in step_size() function
|
D | incremental-marking.cc | 1087 size_t step_size = Max(initial_old_generation_size_ / kTargetStepCount, in StepSizeToMakeProgress() local 1092 return static_cast<size_t>(factor * step_size); in StepSizeToMakeProgress()
|
D | heap.cc | 63 IdleScavengeObserver(Heap& heap, intptr_t step_size) in IdleScavengeObserver() argument 64 : AllocationObserver(step_size), heap_(heap) {} in IdleScavengeObserver()
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeaudiocapturemodule.h | 138 int32_t SpeakerVolumeStepSize(uint16_t* step_size) const override; 146 int32_t MicrophoneVolumeStepSize(uint16_t* step_size) const override;
|
/external/speex/include/speex/ |
D | speex_jitter.h | 124 JitterBuffer *jitter_buffer_init(int step_size);
|
/external/speex/libspeex/ |
D | jitter.c | 272 EXPORT JitterBuffer *jitter_buffer_init(int step_size) in jitter_buffer_init() argument 281 jitter->delay_step = step_size; in jitter_buffer_init() 282 jitter->concealment_size = step_size; in jitter_buffer_init()
|