(device: torch.device)
| 32 | |
| 33 | |
| 34 | def _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 | |
| 40 | all_template_parts = [ |
nothing calls this directly
no test coverage detected
searching dependent graphs…