File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Customizations
28
28
There are lot of options for users to customize their settings for optimizing with TensorRT.
29
29
Some of the frequently used options are as follows:
30
30
* inputs
31
- - For static shapes, this can be a list of a) torch tensors or b) `torch_tensorrt.Input ` objects
32
- - For dynamic shapes, this should be a list of ``torch_tensorrt.Input `` objects.
31
+ a) For static shapes, this can be a list of a) torch tensors or b) `torch_tensorrt.Input ` objects
32
+ b) For dynamic shapes, this should be a list of ``torch_tensorrt.Input `` objects.
33
33
* enabled_precisions - Set of precisions that TensorRT builder can use during optimization.
34
34
* truncate_long_and_double - Truncates long and double values to int and floats respectively.
35
35
* torch_executed_ops - Operators which are forced to be executed by Torch.
You can’t perform that action at this time.
0 commit comments