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 b51c121 commit e7ed7deCopy full SHA for e7ed7de
py/torch_tensorrt/dynamo/conversion/converter_utils.py
@@ -97,7 +97,7 @@ def cast_trt_tensor(
97
98
if input_val.dtype != trt_dtype:
99
source_ir = source_ir if source_ir is not None else SourceIR.UNKNOWN
100
- target_str = ConverterRegistry.qualified_name_or_str(ConverterRegistry, target)
+ target_str = ConverterRegistry.qualified_name_or_str(target)
101
target_name = f"{source_ir}_ops{('.' + target_str) if target_str else ''}"
102
103
identity_layer = network.add_identity(input_val)
0 commit comments