Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/python/dataset/
Dtest_sampler.py309 def bad_pipeline(sampler, msg): function
316 bad_pipeline(sampler=[1.5, 7],
319 bad_pipeline(sampler=["a", "b"],
321 bad_pipeline(sampler="a", msg="Unsupported sampler object of type (<class 'str'>)")
322 bad_pipeline(sampler="", msg="Unsupported sampler object of type (<class 'str'>)")
323 bad_pipeline(sampler=np.array([[1, 2]]),