↔ [Converter] Add support for aten::mul(Bool Tensor, Float Tensor) in TRTorch #341
Labels
component: converters
Issues re: Specific op converters
feature request
New feature or request
No Activity
TRTorch cannot compile the below function.
When I compiled model including this function with TRTorch, TRTorch recognize
keep
asBool Tensor
.The printed error is same with:
[TRTorch Conversion Context] - %heatmap.1 : Tensor = aten::mul(%471, %469) # C:\Users\yhkwon\Documents\project\0215\project\centernet.py:219:15: operation PROD has incompatible input types Bool and Float
It seems that TRTorch cannot recognize type casting function
.float()
.aten::mul(Tensor, Tensor)
Original PyTorch API:
Relevant TensorRT Documentation:
Alternatives
Additional context
The text was updated successfully, but these errors were encountered: