I’ve followed nnvm/deploy_model_on_mali_gpu.py and have saved lib using export_library to the file system. Inside the tar file I can see the model (devc.cc) and lib.o but I’m wondering where the CL kernels are. Are they stored in binary form in one of these files?
HI, yes did get this figured out, and saved the sources as detailed in the comment from @egy. For custom operators, I think you would need to add at the top level, and then extend the opencl backend. There are also intrinsics you may be able to make use of.