(component: str, message: str)
| 118 | |
| 119 | |
| 120 | def _python_trace(component: str, message: str) -> None: |
| 121 | if _python_trace_enabled(component): |
| 122 | logger.info("[KRASIS-TRACE] event=mark scope=python component=%s %s", component, message) |
| 123 | |
| 124 | |
| 125 | def _weight_dtype_code(t: torch.Tensor) -> int: |
no test coverage detected