Error: “Segmentation Fault” When Performing Inference with OpenVINO™ Runtime C++ API
Content Type: Error Messages | Article ID: 000092648 | Last Reviewed: 11/17/2022
Segmentation Fault occurs when a program attempts to access a memory location that is not allowed to access.
Change &data to data when creating input tensor.