Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/dataset/
Dtest_var_batch_map.py329 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]