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
"""Interpret an FX module to a TRTInterpreterResult
187
185
Args:
188
186
module: FX GraphModule to interpret
189
-
inputs: Sequence of FLATTENED Tensors representing inputs to the module. It should include both
190
-
arg_inputs and kwarg_inputs, if applicable.
191
-
arg_inputs: Sequence of Tensors representing inputs to the module.
192
-
kwarg_inputs: A dictionary of Tensors representing inputs to the module.
187
+
inputs: It requires a sequence of FLATTENED Inputs representing inputs to the module. It should include both arg_inputs and kwarg_inputs, if applicable.
0 commit comments