Searched refs:swap_col (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_var_batch_map.py | 329 def swap_col(col1, col2, batchInfo): function 354 res = batch_map_config(3, 3, swap_col, ["col1", "col2"], ["col1", "col2"])[0] 358 res = batch_map_config(3, 3, swap_col, ["col1", "col2"], ["col2", "col1"])[0]
|