• Q
    Enable users to create custom cpp op outside framework. (#19256) · 1a3eef02
    qingqing01 提交于
    * 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.
    1a3eef02
relu_op.cu 2.9 KB