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.
6404 Discussions

User contribution for better layer/operation support

idata
Employee
457 Views

It would be nice to have some documentation how users could contribute e.g. additional TensorFlow operations.

 

In case of TensorFlow it seems that all operations are defined in TensorFlowParser.py. However, it is not obvious how I need to extend it for additional operations.
0 Kudos
1 Reply
idata
Employee
247 Views

@johfk At the moment, there isn't a path for adding user defined operations in the NCSDK. Adding additional operations involves more than just editing the TensorFlow and Caffe parser files. The compiler would also need to be changed to correctly compile new operations and currently, there are no plans to open source the NCSDK compiler.

0 Kudos
Reply