Searched refs:not_random (Results 1 – 4 of 4) sorted by relevance
29 def not_random(function): function
1693 ds1 = ds1.map(py_vision.not_random(lambda x: x), ["label"], cache=some_cache)1770 ds1 = ds1.map(py_vision.not_random(lambda x: x), ["col1"], cache=some_cache)2206 transforms = [py_vision.not_random(lambda x: x + x), py_vision.not_random(lambda x: x - 1)]2281 @py_vision.not_random
444 data = data.map(py_vision.not_random(lambda x: x), ["data"], cache=some_cache)
51 def not_random(function): function