You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serialized_engine (bytes): Serialized TensorRT engine in the form of a bytearray
101
102
input_binding_names (List[str]): List of input TensorRT engine binding names in the order they would be passed to the TRT modules
102
103
output_binding_names (List[str]): List of output TensorRT engine binding names in the order they should be returned
104
+
output_shapes (Sequence[Tuple]): List of output shapes for the engine. For some cases, output shapes are dynamic and depends on input data, like NonZero op, so we need to explicitly provide output shapes
0 commit comments