| /external/python/cpython2/Lib/test/ |
| test_xrange.py | 36 for i, (x, y) in enumerate(pairs):
|
| /external/python/cpython2/Lib/unittest/test/ |
| test_assertions.py | 159 for i, expected_regexp in enumerate(errors):
|
| /external/python/cpython2/Tools/compiler/ |
| astgen.py | 115 for idx, name in enumerate(self.argnames):
|
| /external/python/cpython2/Tools/unicode/ |
| mkstringprep.py | 183 for i,(k,v) in enumerate(b3):
|
| /external/python/cpython3/Lib/test/ |
| test_hash.py | 159 hashes_to_check = [enumerate(range(10)),
|
| test_sort.py | 31 for i, good in enumerate(expected):
|
| /external/python/cpython3/Tools/unicode/ |
| mkstringprep.py | 189 for i, kv in enumerate(b3):
|
| /external/scapy/scapy/layers/ |
| isakmp.py | 340 for i, payloadname in enumerate(ISAKMP_payload_type):
|
| /external/scapy/scapy/ |
| route6.py | 126 for i, route in enumerate(self.routes):
|
| /external/tensorflow/tensorflow/compiler/tests/ |
| scatter_nd_op_test.py | 59 for ix_updates, ix_output in enumerate(flat_indices):
|
| /external/tensorflow/tensorflow/contrib/data/python/ops/ |
| dataset_ops.py | 295 def enumerate(self, start=0): member in class:Dataset
|
| /external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
| test_util.py | 90 for b, x in enumerate(array_ops.unstack(y, num=batch_size, axis=1)):
|
| /external/tensorflow/tensorflow/contrib/eager/python/examples/gan/ |
| mnist.py | 219 for (batch_index, images) in enumerate(tfe.Iterator(dataset)):
|
| /external/tensorflow/tensorflow/contrib/eager/python/examples/mnist/ |
| mnist.py | 124 for (batch, (images, labels)) in enumerate(tfe.Iterator(dataset)):
|
| /external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/ |
| rnn_colorbot.py | 212 for (batch, (labels, chars, sequence_length)) in enumerate(
|
| /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/ |
| ops.py | 291 axes = [a for i, a in enumerate(labeled_tensor.axes.values()) if i != axis] 441 for i, tensor in enumerate(batch_ops): 738 for i, axis in enumerate(labeled_tensor.axes.values()): [all...] |
| /external/tensorflow/tensorflow/contrib/opt/python/training/ |
| elastic_average_optimizer.py | 305 for i, q in enumerate(sync_queues):
|
| /external/tensorflow/tensorflow/contrib/slim/python/slim/nets/ |
| inception_v1_test.py | 78 for index, endpoint in enumerate(endpoints):
|
| /external/tensorflow/tensorflow/python/debug/cli/ |
| analyzer_cli.py | 836 for depth, (file_path, line, function_name, text) in enumerate( [all...] |
| /external/tensorflow/tensorflow/python/debug/lib/ |
| debug_graph_reconstruction_test.py | 108 for i, non_debug_graph_def in enumerate(non_debug_graph_defs):
|
| /external/tensorflow/tensorflow/python/estimator/canned/ |
| dnn.py | 93 for layer_id, num_hidden_units in enumerate(hidden_units):
|
| /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/ |
| text.py | 342 for i, seq in enumerate(sequences):
|
| /external/tensorflow/tensorflow/python/profiler/ |
| pprof_profiler.py | 283 for device_index, device_stats in enumerate(
|
| /external/tensorflow/tensorflow/python/training/ |
| server_lib.py | 275 job_tasks = {i: task for i, task in enumerate(tasks)}
|
| /external/toolchain-utils/automation/server/monitor/ |
| dashboard.py | 59 commands = enumerate(job.PrettyFormatCommand().split('\n'), start=1)
|