Open
Description
TorchScript functions can take a parametric numeric argument in input, in addition to tensors. For example a rotation value, or a threshold. It would be convenient to retain the ability to pass them to SCRIPTRUN.
A possible design could simply be
SCRIPTRUN script_key fn_name INPUTS a b 1.2 3 OUTPUTS d e