In caffe, we can define our custom interface for some special functions. For example, I want to use Swish activation function in caffe. Then I can define a SwishLayer and register it in caffe. After compiling, I can use the Swish function. And I do not need caffe teem's support. Does NCS have this custom interface ?
Link Copied
@huiqin The NCSDK doesn't have a custom interface for special functions like how you mentioned.
For more complete information about compiler optimizations, see our Optimization Notice.