MCPcopy Create free account
hub / github.com/NVIDIA/DALI / get_test_data

Method get_test_data

dali/test/python/operator_1/test_debayer.py:123–127  ·  view source on GitHub ↗
(cls, dtype)

Source from the content-addressed store, hash-verified

121
122 @classmethod
123 def get_test_data(cls, dtype):
124 assert dtype in {np.uint8, np.uint16}
125 if dtype == np.uint8:
126 return cls.bayered_imgs, cls.npp_baseline
127 return cls.bayered_imgs16t, cls.npp_baseline16t
128
129 @params(
130 *enumerate(

Callers 3

test_cpu_algorithmsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected