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

Function mt

dali/test/python/operator_1/test_coord_transform.py:263–264  ·  view source on GitHub ↗
(sample_desc)

Source from the content-addressed store, hash-verified

261 return np.float32(np_rng.uniform(-100, 250, 2))
262
263 def mt(sample_desc):
264 return np.append(m(sample_desc), t(sample_desc).reshape(-1, 1), axis=1)
265
266 input_cases = [
267 (fn.coord_transform, {}, [ArgCb("M", m, True)]),

Callers 1

test_sequencesFunction · 0.70

Calls 4

mFunction · 0.85
tFunction · 0.85
appendMethod · 0.45
reshapeMethod · 0.45

Tested by

no test coverage detected