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

Function _template_5_expected_output

tests/transforms/test_spacing.py:34–37  ·  view source on GitHub ↗
(device: torch.device)

Source from the content-addressed store, hash-verified

32
33
34def _template_5_expected_output(device: torch.device) -> torch.Tensor:
35 if USE_COMPILED and not _compiled_unsupported(device):
36 return _TEMPLATE_5_COMPILED
37 return _TEMPLATE_5_NATIVE
38
39
40all_template_parts = [

Callers

nothing calls this directly

Calls 1

_compiled_unsupportedFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…