Closed
Description
Is your feature request related to a problem? Please describe.
Currently if the graph is given int64 inputs, the compilation fails with unsupported type.
Describe the solution you'd like
Solution we are expecting : Cast INT64 inputs to INT32 and issue a warning to users about this instead of breaking compilation.
Describe alternatives you've considered
Additional context
Activity