You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Adopting packedfunc on some frequently used numpy extension operators, like fully_connected, activation, to reduce invocation overhead. Most of the operators that do not require parameter inputs are covered by _np_imperative_invoke in #20006. The rests are in the following checklist.
Description
Adopting packedfunc on some frequently used numpy extension operators, like fully_connected, activation, to reduce invocation overhead. Most of the operators that do not require parameter inputs are covered by _np_imperative_invoke in #20006. The rests are in the following checklist.
checklist:
Implemented
#20087
#20101
#20102
#20006
#20110
#20105
Not Implemented
The text was updated successfully, but these errors were encountered: