Use TrtNodeValidator to determine whether an op type is supported, and register
all node converters as validators as well. This also fix a bug where it says Floor is supported (since it's in the op list in IsTensorRTCandidate(), and validator_.ValidateNode() returns OK since no validator was registered for it), but actually it's not supported until TRT 5.1. PiperOrigin-RevId: 235295283
Loading
Please sign in to comment