Closed nmonhollen closed 3 years ago
I think this might be a numerical operation that gets injected by one of the lowering passes. We need to support via an evaluator. We already support float
to int
floor but not int
to int
floor, I think it should be pretty straight forward to do so.
This issue has not seen activity for 30 days, Remove stale label or comment or this will be closed in 5 days
This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days
bump
❓ Question
How to solve aten::floor converter not found?
What you have already tried
I am trying to convert a jit trace of a Fast SCNN network into TensorRT. I've confirmed that the trace was created in python3.6 using PyTorch 1.6.0. When printing the trace graph I do not even see the aten::floor operator. I also cannot locate a torch.floor operator in the original PyTorch model structure so I'm not sure what is even calling this operator? Here is the resulting error:
Environment
conda
,pip
,libtorch
, source): pipAdditional context