We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a98cb3e commit c526b29Copy full SHA for c526b29
docsrc/tutorials/use_from_pytorch.rst
@@ -33,7 +33,7 @@ at the documentation for the Torch-TensorRT ``TensorRTCompileSpec`` API.
33
34
spec = {
35
"forward": torch_tensorrt.ts.TensorRTCompileSpec(
36
- {
+ **{
37
"inputs": [torch_tensorrt.Input([1, 3, 300, 300])],
38
"enabled_precisions": {torch.float, torch.half},
39
"refit": False,
0 commit comments