• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# mypy: ignore-errors
2
3# import torch  # type: ignore[import]
4# from .common import device_from_inputs, fake_tensor_unsupported  # type: ignore[import]
5# from .registry import register_backend  # type: ignore[import]
6
7"""
8Placeholder for TensorRT backend for dynamo via torch-tensorrt
9"""
10
11# @register_backend
12# def tensorrt(gm, example_inputs):
13#    import torch_tensorrt # type: ignore[import]
14#    pass
15