HomeSort by relevance Sort by last modified time
    Searched refs:incr_step (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/test/core/gpr/
spinlock_test.cc 42 int incr_step; /* how much to increment/decrement refcount each time */ member in struct:test
48 static struct test* test_new(int threads, int64_t iterations, int incr_step) {
56 m->incr_step = incr_step;
87 incr_step controls by how much m->refcount should be incremented/decremented
91 int incr_step) {
105 m = test_new(10, iterations, incr_step);
108 if (m->counter != m->thread_count * m->iterations * m->incr_step) {
sync_test.cc 145 int incr_step; /* how much to increment/decrement refcount each time */ member in struct:test
163 static struct test* test_new(int nthreads, int64_t iterations, int incr_step) {
172 m->incr_step = incr_step;
239 incr_step controls by how much m->refcount should be incremented/decremented
243 void (*extra)(void* m), int timeout_s, int incr_step) {
256 m = test_new(10, iterations, incr_step);
268 if (m->counter != m->nthreads * m->iterations * m->incr_step) {
420 /* Increment m->refcount by m->incr_step for m->iterations times. Decrement
427 if (m->incr_step == 1)
    [all...]
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
gmm.py 167 incr_step = state_ops.assign_add(training_util.get_global_step(), 1)
168 training_op = with_dependencies([training_op, incr_step], loss)
kmeans.py 211 incr_step = state_ops.assign_add(training_util.get_global_step(), 1)
212 training_op = control_flow_ops.with_dependencies([training_op, incr_step],
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
kmeans.py 131 incr_step = state_ops.assign_add(training_util.get_global_step(), 1)
134 training_op = with_dependencies([training_op, incr_step], loss)

Completed in 511 milliseconds