|
10 | 10 |
|
11 | 11 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
12 | 12 |
|
13 |
| - <title>Class Device::DeviceType — Torch-TensorRT v2.2.0.dev0+f617898 documentation</title> |
| 13 | + <title>Class Device::DeviceType — Torch-TensorRT v2.2.0.dev0+729cef5 documentation</title> |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
|
237 | 237 |
|
238 | 238 |
|
239 | 239 | <div class="version">
|
240 |
| - v2.2.0.dev0+f617898 |
| 240 | + v2.2.0.dev0+729cef5 |
241 | 241 | </div>
|
242 | 242 |
|
243 | 243 |
|
|
268 | 268 | <p class="caption" role="heading"><span class="caption-text">Getting Started</span></p>
|
269 | 269 | <ul>
|
270 | 270 | <li class="toctree-l1"><a class="reference internal" href="../getting_started/installation.html">Installation</a></li>
|
271 |
| -<li class="toctree-l1"><a class="reference internal" href="../getting_started/getting_started_with_python_api.html">Using Torch-TensorRT in Python</a></li> |
272 |
| -<li class="toctree-l1"><a class="reference internal" href="../getting_started/getting_started_with_cpp_api.html">Using Torch-TensorRT in C++</a></li> |
273 | 271 | <li class="toctree-l1"><a class="reference internal" href="../getting_started/getting_started_with_windows.html">Building Torch-TensorRT on Windows</a></li>
|
274 | 272 | <li class="toctree-l1"><a class="reference internal" href="../getting_started/getting_started_with_windows.html#building-with-visual-studio-code">Building With Visual Studio Code</a></li>
|
275 | 273 | </ul>
|
| 274 | +<p class="caption" role="heading"><span class="caption-text">Dynamo Frontend</span></p> |
| 275 | +<ul> |
| 276 | +<li class="toctree-l1"><a class="reference internal" href="../dynamo/torch_compile.html">TensorRT Backend for <code class="docutils literal notranslate"><span class="pre">torch.compile</span></code></a></li> |
| 277 | +<li class="toctree-l1"><a class="reference internal" href="../dynamo/dynamo_export.html">Compiling <code class="docutils literal notranslate"><span class="pre">ExportedPrograms</span></code> with Torch-TensorRT</a></li> |
| 278 | +</ul> |
| 279 | +<p class="caption" role="heading"><span class="caption-text">TorchScript Frontend</span></p> |
| 280 | +<ul> |
| 281 | +<li class="toctree-l1"><a class="reference internal" href="../ts/creating_torchscript_module_in_python.html">Creating a TorchScript Module</a></li> |
| 282 | +<li class="toctree-l1"><a class="reference internal" href="../ts/creating_torchscript_module_in_python.html#working-with-torchscript-in-python">Working with TorchScript in Python</a></li> |
| 283 | +<li class="toctree-l1"><a class="reference internal" href="../ts/creating_torchscript_module_in_python.html#saving-torchscript-module-to-disk">Saving TorchScript Module to Disk</a></li> |
| 284 | +<li class="toctree-l1"><a class="reference internal" href="../ts/getting_started_with_python_api.html">Using Torch-TensorRT in Python</a></li> |
| 285 | +<li class="toctree-l1"><a class="reference internal" href="../ts/getting_started_with_cpp_api.html">Using Torch-TensorRT in C++</a></li> |
| 286 | +</ul> |
| 287 | +<p class="caption" role="heading"><span class="caption-text">FX Frontend</span></p> |
| 288 | +<ul> |
| 289 | +<li class="toctree-l1"><a class="reference internal" href="../fx/getting_started_with_fx_path.html">Torch-TensorRT (FX Frontend) User Guide</a></li> |
| 290 | +</ul> |
276 | 291 | <p class="caption" role="heading"><span class="caption-text">User Guide</span></p>
|
277 | 292 | <ul>
|
278 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/creating_torchscript_module_in_python.html">Creating a TorchScript Module</a></li> |
279 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/creating_torchscript_module_in_python.html#working-with-torchscript-in-python">Working with TorchScript in Python</a></li> |
280 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/creating_torchscript_module_in_python.html#saving-torchscript-module-to-disk">Saving TorchScript Module to Disk</a></li> |
281 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/getting_started_with_fx_path.html">Torch-TensorRT (FX Frontend) User Guide</a></li> |
282 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/torch_compile.html">Torch-TensorRT <cite>torch.compile</cite> Backend</a></li> |
283 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/dynamo_export.html">Torch-TensorRT Dynamo Backend</a></li> |
| 293 | +<li class="toctree-l1"><a class="reference internal" href="../user_guide/dynamic_shapes.html">Dynamic shapes with Torch-TensorRT</a></li> |
284 | 294 | <li class="toctree-l1"><a class="reference internal" href="../user_guide/ptq.html">Post Training Quantization (PTQ)</a></li>
|
285 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/runtime.html">Deploying Torch-TensorRT Programs</a></li> |
286 | 295 | <li class="toctree-l1"><a class="reference internal" href="../user_guide/saving_models.html">Saving models compiled with Torch-TensorRT</a></li>
|
287 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/dynamic_shapes.html">Dynamic shapes with Torch-TensorRT</a></li> |
288 |
| -<li class="toctree-l1"><a class="reference internal" href="../user_guide/use_from_pytorch.html">Using Torch-TensorRT Directly From PyTorch</a></li> |
| 296 | +<li class="toctree-l1"><a class="reference internal" href="../user_guide/runtime.html">Deploying Torch-TensorRT Programs</a></li> |
289 | 297 | <li class="toctree-l1"><a class="reference internal" href="../user_guide/using_dla.html">DLA</a></li>
|
290 | 298 | </ul>
|
291 | 299 | <p class="caption" role="heading"><span class="caption-text">Tutorials</span></p>
|
|
301 | 309 | <li class="toctree-l1"><a class="reference internal" href="../py_api/torch_tensorrt.html">torch_tensorrt</a></li>
|
302 | 310 | <li class="toctree-l1"><a class="reference internal" href="../py_api/logging.html">torch_tensorrt.logging</a></li>
|
303 | 311 | <li class="toctree-l1"><a class="reference internal" href="../py_api/ptq.html">torch_tensorrt.ptq</a></li>
|
| 312 | +<li class="toctree-l1"><a class="reference internal" href="../py_api/dynamo.html">torch_tensorrt.dynamo</a></li> |
304 | 313 | <li class="toctree-l1"><a class="reference internal" href="../py_api/ts.html">torch_tensorrt.ts</a></li>
|
305 | 314 | <li class="toctree-l1"><a class="reference internal" href="../py_api/fx.html">torch_tensorrt.fx</a></li>
|
306 | 315 | </ul>
|
|
319 | 328 | <p class="caption" role="heading"><span class="caption-text">Contributor Documentation</span></p>
|
320 | 329 | <ul>
|
321 | 330 | <li class="toctree-l1"><a class="reference internal" href="../contributors/system_overview.html">System Overview</a></li>
|
322 |
| -<li class="toctree-l1"><a class="reference internal" href="../contributors/writing_converters.html">Writing Converters</a></li> |
| 331 | +<li class="toctree-l1"><a class="reference internal" href="../contributors/dynamo_converters.html">Writing Dynamo Converters</a></li> |
323 | 332 | <li class="toctree-l1"><a class="reference internal" href="../contributors/writing_dynamo_aten_lowering_passes.html">Writing Dynamo ATen Lowering Passes</a></li>
|
| 333 | +<li class="toctree-l1"><a class="reference internal" href="../contributors/ts_converters.html">Writing TorchScript Converters</a></li> |
324 | 334 | <li class="toctree-l1"><a class="reference internal" href="../contributors/useful_links.html">Useful Links for Torch-TensorRT Development</a></li>
|
325 | 335 | </ul>
|
326 | 336 | <p class="caption" role="heading"><span class="caption-text">Indices</span></p>
|
|
0 commit comments