Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Missing documentation of the XML files.

Deepak_C_R
Beginner
836 Views

Hi,

I am trying to create a custom kernel by referring to cnn_custom_kernel sample code.

But I have found few XML files for which no documentation is found.

I want to know the significance of following XML files (How it is generated?, How it is used? etc..).

  • KernelsParameters.xml
  • Primitives.xml
  • StandardEnums.xml
  • CustomEnums.xml

 

 

0 Kudos
1 Solution
Stav_S_Intel
Employee
836 Views

Hi,

The XML files you mentioned are not documented as you don;t require them for adding a custom kernel. 

For adding your custom kernel to VAD you need to drag the .so file created into the custom_kernel folder and VAD will automatically identify it. 

As for the XML they are used internally by VAD to document parameters types. 

Regards,

Stav

View solution in original post

0 Kudos
1 Reply
Stav_S_Intel
Employee
837 Views

Hi,

The XML files you mentioned are not documented as you don;t require them for adding a custom kernel. 

For adding your custom kernel to VAD you need to drag the .so file created into the custom_kernel folder and VAD will automatically identify it. 

As for the XML they are used internally by VAD to document parameters types. 

Regards,

Stav

0 Kudos
Reply