| 123456789101112131415161718192021 | <!DOCTYPE html><html>  <head>    <title>TorchScript Model</title>    <meta charset="UTF-8">    <style>      table, th, td {        border: 1px solid black;        border-collapse: collapse;      }      .caret {        cursor: pointer;        user-select: none;      }    </style>    <script type="module" src="./code.js"></script>  </head>  <body>  </body></html>
 |