MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / _testing_collate

Function _testing_collate

tests/integration/test_pad_collation.py:44–45  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

42
43@wraps(pad_list_data_collate)
44def _testing_collate(x):
45 return pad_list_data_collate(batch=x, method="end", mode="constant")
46
47
48TESTS: list[tuple] = []

Callers

nothing calls this directly

Calls 1

pad_list_data_collateFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…