Searched refs:count_up_to (Results 1 – 18 of 18) sorted by relevance
50 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 …]
470 counter = examples.count_up_to(num_batches * batch_size)555 counter = examples.count_up_to(num_batches * batch_size)587 counter = examples.count_up_to(num_batches * batch_size)624 counter = examples.count_up_to(num_batches * batch_size)665 counter = examples.count_up_to(num_batches * batch_size + extra_elements)724 counter = examples.count_up_to(num_batches * batch_size + extra_elements)778 counter = examples.count_up_to(num_batches * batch_size)843 counter = examples.count_up_to(num_batches * batch_size * 2)1013 counter = examples.count_up_to(num_a)1137 counter = examples.count_up_to(num_a)[all …]
113 counter = epochs.count_up_to(num_epochs)
1633 count_up_to = var.count_up_to(3)1636 qr = queue_runner_impl.QueueRunner(input_queue, [count_up_to])
48 counter = examples.count_up_to(num_batches * batch_size)85 counter = examples.count_up_to(num_batches * batch_size)125 counter = examples.count_up_to(num_batches * batch_size)179 counter = examples.count_up_to(batch_size)
172 count_up_to = var.count_up_to(3)177 self.assertEqual(0, self.evaluate(count_up_to))180 self.assertEqual(1, self.evaluate(count_up_to))183 self.assertEqual(2, self.evaluate(count_up_to))187 self.evaluate(count_up_to)191 self.evaluate(count_up_to)
543 self.assertAllEqual(v.count_up_to(1), 0)545 v.count_up_to(1)550 self.assertAllEqual(state_ops.count_up_to(v, 1), 0)552 state_ops.count_up_to(v, 1)
107 c = filename_counter.count_up_to(len(expanded_list))
229 def count_up_to(ref, limit, name=None): function246 return gen_state_ops.count_up_to(ref, limit=limit, name=name)
85 from tensorflow.python.ops.state_ops import count_up_to
848 def count_up_to(self, limit): member in Variable2137 def count_up_to(self, limit): member in RefVariable2157 return state_ops.count_up_to(self._variable, limit=limit)
831 def count_up_to(self, limit): member in ResourceVariable
352 lambda: epoch_limiter.count_up_to(epoch_limit),753 lambda: discarded_windows_limiter.count_up_to(self._discard_limit))
112 .count_up_to(10),
72 name: "count_up_to"
1024 name: "count_up_to"
71 name: "count_up_to"
26 * Deprecate `Variable.count_up_to` and `tf.count_up_to` in favor of `Dataset.range`.