Home
last modified time | relevance | path

Searched refs:count_up_to (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dqueue_runner_test.py50 count_up_to = var.count_up_to(3)
53 qr = queue_runner_impl.QueueRunner(queue, [count_up_to])
70 count_up_to_3 = var0.count_up_to(3)
72 count_up_to_30 = var1.count_up_to(30)
137 count_up_to = var.count_up_to(3)
140 qr = queue_runner_impl.QueueRunner(queue, [count_up_to])
190 count_up_to = var.count_up_to(3)
194 qr = queue_runner_impl.QueueRunner(queue, [count_up_to])
205 count_up_to = var.count_up_to(3)
209 qr = queue_runner_impl.QueueRunner(queue, [count_up_to])
[all …]
Dinput_test.py457 counter = examples.count_up_to(num_batches * batch_size)
539 counter = examples.count_up_to(num_batches * batch_size)
570 counter = examples.count_up_to(num_batches * batch_size)
606 counter = examples.count_up_to(num_batches * batch_size)
646 counter = examples.count_up_to(num_batches * batch_size + extra_elements)
704 counter = examples.count_up_to(num_batches * batch_size + extra_elements)
757 counter = examples.count_up_to(num_batches * batch_size)
821 counter = examples.count_up_to(num_batches * batch_size * 2)
1008 counter = examples.count_up_to(num_a)
1129 counter = examples.count_up_to(num_a)
[all …]
Dinput.py112 counter = epochs.count_up_to(num_epochs)
Dsaver_test.py1825 count_up_to = var.count_up_to(3)
1828 qr = queue_runner_impl.QueueRunner(input_queue, [count_up_to])
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariables_test.py201 count_up_to = var.count_up_to(3)
206 self.assertEqual(0, self.evaluate(count_up_to))
209 self.assertEqual(1, self.evaluate(count_up_to))
212 self.assertEqual(2, self.evaluate(count_up_to))
216 self.evaluate(count_up_to)
220 self.evaluate(count_up_to)
Dresource_variable_ops_test.py760 self.assertAllEqual(v.count_up_to(1), 0)
762 v.count_up_to(1)
767 self.assertAllEqual(state_ops.count_up_to(v, 1), 0)
769 state_ops.count_up_to(v, 1)
/external/tensorflow/tensorflow/python/ops/
Dstate_ops.py233 def count_up_to(ref, limit, name=None): function
250 return gen_state_ops.count_up_to(ref, limit=limit, name=name)
Dstandard_ops.py90 from tensorflow.python.ops.state_ops import count_up_to
Dvariables.py963 def count_up_to(self, limit): member in Variable
2558 def count_up_to(self, limit): member in RefVariable
2578 return state_ops.count_up_to(self._variable, limit=limit)
Dresource_variable_ops.py626 def count_up_to(self, limit): member in BaseResourceVariable
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-variable.pbtxt80 name: "count_up_to"
Dtensorflow.pbtxt1060 name: "count_up_to"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-variable.pbtxt79 name: "count_up_to"
/external/tensorflow/
DRELEASE.md2617 * Deprecate `Variable.count_up_to` and `tf.count_up_to` in favor of