Enable users to create custom cpp op outside framework. (#19256)
* How to write custom op needs to follow framework OP spec. * Package fluid_framework.so and headers into whl. * Add paddle.sysconfig.get_include() and paddle.sysconfig.get_lib() to get include dir and lib dir. * Export some C-APIs to merge OpInfo between core.so and custom_op.so. * Add unit testing. * Update API.spec.
Showing
paddle/fluid/framework/c/c_api.cc
0 → 100644
paddle/fluid/framework/c/c_api.h
0 → 100644
python/paddle/sysconfig.py
0 → 100644
想要评论请 注册 或 登录