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

  /external/tensorflow/tensorflow/python/training/
monitored_session_test.py 273 gstep = variables_lib.get_or_create_global_step()
274 do_step = state_ops.assign_add(gstep, 1)
277 self.assertEqual(0, session.run(gstep))
283 self.assertEqual(2, session.run(gstep))
288 gstep = variables_lib.get_or_create_global_step()
289 new_gstep = state_ops.assign_add(gstep, 1)
306 gstep = variables_lib.get_or_create_global_step()
307 new_gstep = state_ops.assign_add(gstep, 1)
328 gstep = variables_lib.get_or_create_global_step()
329 do_step = state_ops.assign_add(gstep, 1
    [all...]
basic_session_run_hooks_test.py     [all...]
  /external/pdfium/third_party/libtiff/
tif_color.c 105 i = (int)((Yg - cielab->display.d_Y0G) / cielab->gstep);
146 cielab->gstep =
tiffio.h 168 float rstep, gstep, bstep; member in struct:__anon31522
  /external/tensorflow/tensorflow/contrib/gan/python/estimator/python/
gan_estimator_test.py 193 gstep = training_util.get_or_create_global_step()
194 lr = learning_rate_decay.exponential_decay(1.0, gstep, 10, 0.9)
  /external/tensorflow/tensorflow/contrib/gan/python/
train_test.py 760 gstep = variable_scope.get_variable(
762 ops.add_to_collection(ops.GraphKeys.GLOBAL_STEP, gstep)
    [all...]

Completed in 222 milliseconds