Searched refs:zip_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/ |
D | BUILD | 50 # ":zip_%s" % test_name, 55 data = [":zip_%s" % test_name], 61 "--zip_file_path=$(location :zip_%s)" % test_name, 651 # name = "zip_%s_edgetpu" % op_name, 657 # edgetpu_targets = [":zip_%s_edgetpu" % op_name for op_name in edgetpu_ops]
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | py_builtins.py | 411 def zip_(*iterables): function 660 'zip': zip_,
|
D | py_builtins_test.py | 244 list(py_builtins.zip_([3, 2, 1], [1, 2, 3])), [(3, 1), (2, 2), (1, 3)]) 246 list(py_builtins.zip_([4, 5, 6], [-1, -2])), [(4, -1), (5, -2)]) 251 ds3 = py_builtins.zip_(ds1, ds2)
|
/external/tensorflow/tensorflow/lite/ |
D | build_def.bzl | 663 name = "zip_%s" % test_name,
|
/external/mtools/ |
D | NEWS | 879 Replaced zip_* by scsi_*, as these functions are not
|