Nikolay Shchegolev
Results
12
comments of
Nikolay Shchegolev
trafficstars
> > Hello, Please check which data types the CPU plugin supports [here](https://docs.openvino.ai/2023.3/openvino_docs_OV_UG_supported_plugins_CPU.html). In particular, i64 is not supported. You can execute extension node in i64, but inputs/outputs will be...
Yes, you can use this branch for i64. Just set enableNativeI64 to True [here](https://github.com/openvinotoolkit/openvino/pull/16499/files#diff-76c2faa205c3624b84079d81a130db2ddac8513dd1c7df85ea327b51171793beR52). Also take into account that it has quite old base (more than one year).