Home
last modified time | relevance | path

Searched refs:test_step (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/training/python/training/
Dsgdr_learning_rate_decay_test.py105 test_step = 0
106 self.assertAllClose(decay.eval(feed_dict={step: test_step}),
109 test_step = t_e
110 self.assertAllClose(decay.eval(feed_dict={step: test_step}),
113 test_step = t_e + t_e*t_mul
114 self.assertAllClose(decay.eval(feed_dict={step: test_step}),
117 test_step = t_e + t_e*t_mul + t_e * (t_mul**2)
118 self.assertAllClose(decay.eval(feed_dict={step: test_step}),
132 test_step = 0
133 self.assertAllClose(decay.eval(feed_dict={step: test_step}), lr)
[all …]
/external/u-boot/drivers/mtd/ubi/
Dcrc32.c432 static u32 test_step(u32 init, unsigned char *buf, size_t len) in test_step() function
498 crc1 = test_step(INIT1, buf1, i); in main()
499 crc2 = test_step(INIT2, buf2, i); in main()
501 crc3 = test_step(INIT1 ^ INIT2, buf3, i); in main()
/external/tensorflow/tensorflow/contrib/distribute/python/examples/
Dmnist_eager_multigpu.py123 def test_step(inputs): function
137 dist_test = lambda it: strategy.experimental_run(test_step, it)
Dmnist_tf1_tpu.py119 def test_step(inputs): function
135 strategy.experimental_run(test_step, test_iterator))
/external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
Dbeam_search_decoder_test.py265 def test_step(self): member in TestBeamStep
394 def test_step(self): member in TestLargeBeamStep
/external/python/cpython3/Lib/test/
Dtest_bdb.py587 def test_step(self): member in StateTestCase