-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[FFI] Part1: npx.softmax, npx.activation, npx.batch_norm, npx.fully_connected #20087
Conversation
Hey @barry-jin , Thanks for submitting the PR
CI supported jobs: [centos-gpu, unix-gpu, miscellaneous, website, sanity, edge, windows-gpu, unix-cpu, windows-cpu, clang, centos-cpu] Note: |
@mxnet-bot run ci [centos-cpu, centos-gpu, unix-cpu, unix-gpu, miscellaneous] |
Jenkins CI successfully triggered : [unix-gpu, miscellaneous, unix-cpu, centos-cpu, centos-gpu] |
@mxnet-bot run ci [windows-cpu, windows-gpu] |
Jenkins CI successfully triggered : [windows-cpu, windows-gpu] |
@mxnet-bot run ci [centos-cpu, unix-cpu, windows-gpu] |
Jenkins CI successfully triggered : [centos-cpu, windows-gpu, unix-cpu] |
Description
Adopt packedfunc based ffi on some frequently used numpy_extension operators. Some benchmarks are as follows:
npx.softmax and npx.log_softmax
npx.activation
npx.batch_norm
npx.fully_connected
Checklist
Essentials
Changes
Comments