[Feat] generate_main multi inputs support & ignore optional inputs
Context
Addressing this issue.
Fix
-
The optional inputs are no longer exported.
Refactor
-
Add the support of multi inputs for the main generation function ( inputs_tensor
should now be a list of tensors).
Feat
-
Add the support of int8 for the constant_filler()
function.