Skip to content

Torch-TensorRT Useful Links for Torch-TensorRT Development
Type to start searching
Torch-TensorRT
master v1.1.0 v1.0.0 v0.4.1 v0.4.0 v0.3.0 v0.2.0 v0.1.0 v0.0.3 v0.0.2 v0.0.1
  • Torch-TensorRT master documentation
Torch-TensorRT
  • Getting Started
  • Installation
  • Getting Started with C++
  • Using Torch-TensorRT in Python
  • Creating a TorchScript Module
  • Working with TorchScript in Python
  • Saving TorchScript Module to Disk
  • Post Training Quantization (PTQ)
  • torchtrtc
  • Using Torch-TensorRT Directly From PyTorch
  • Deploying Torch-TensorRT Programs
  • DLA
  • Notebooks
  • Torch-TensorRT Getting Started - CitriNet
  • Torch-TensorRT - Using Dynamic Shapes
  • Torch-TensorRT Getting Started - EfficientNet-B0
  • Masked Language Modeling (MLM) with Hugging Face BERT Transformer
  • Torch-TensorRT Getting Started - LeNet
  • Torch-TensorRT Getting Started - ResNet 50
  • Object Detection with Torch-TensorRT (SSD)
  • Deploying Quantization Aware Trained models in INT8 using Torch-TensorRT
  • Python API Documenation
  • torch_tensorrt
  • torch_tensorrt.logging
  • torch_tensorrt.ptq
  • torch_tensorrt.ts
  • C++ API Documenation
  • Torch-TensorRT C++ API
  • Namespace torch_tensorrt
  • Namespace torch_tensorrt::logging
  • Namespace torch_tensorrt::torchscript
  • Namespace torch_tensorrt::ptq
  • Contributor Documentation
  • System Overview
  • Writing Converters
  • Useful Links for Torch-TensorRT Development
    • Useful Links for Torch-TensorRT Development
      • TensorRT Available Layers and Expected Dimensions
      • TensorRT C++ Documentation
      • TensorRT Python Documentation (Sometimes easier to read)
      • PyTorch Functional API
      • PyTorch native_ops
      • PyTorch IR Documentation
    • Show Source
  • Indices
  • Operators Supported
  • Useful Links for Torch-TensorRT Development
    • TensorRT Available Layers and Expected Dimensions
    • TensorRT C++ Documentation
    • TensorRT Python Documentation (Sometimes easier to read)
    • PyTorch Functional API
    • PyTorch native_ops
    • PyTorch IR Documentation
  • Show Source

Useful Links for Torch-TensorRT Development ¶

TensorRT Available Layers and Expected Dimensions ¶

  • https://docs.nvidia.com/deeplearning/sdk/tensorrt-support-matrix/index.html#layers-matrix

TensorRT C++ Documentation ¶

  • https://docs.nvidia.com/deeplearning/tensorrt/api/c_api/index.html

TensorRT Python Documentation (Sometimes easier to read) ¶

  • https://docs.nvidia.com/deeplearning/sdk/tensorrt-api/python_api/index.html

PyTorch Functional API ¶

  • https://pytorch.org/docs/stable/nn.functional.html

PyTorch native_ops ¶

  • https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/native_functions.yaml

PyTorch IR Documentation ¶

  • https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/OVERVIEW.md

Previous Writing Converters
Next Operators Supported
© Copyright 2021, NVIDIA Corporation.
Created using Sphinx 4.3.0. and Material for Sphinx