-
I work on an extension. The input must be int64. But when I debug it, I find that the input will be converted to int32. Is there any special mechanism to control it? I have observed that the validate_and_infer_types function is called many times. May I ask where in ov will this function of the extension plugin be called at runtime? And from the log I printed, the first few times the input is still int64, but later it becomes int32, which is very confusing. version 2024.0.0 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Please, create an issue instead of discussion. |
Beta Was this translation helpful? Give feedback.
-
int64 input is not actually supported? Will it convert to int32? |
Beta Was this translation helpful? Give feedback.
Is this a bug?