forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add mkl act unit test * fix operator name * use custom ndarray init * func missing param * add init fn for act operator test * remove extra white space * fix fetch relu operator * fix get relu operator name * add assert abs in verify fn * remove unused operator * cast blob ptr to float * use parsed param * use attr_parser * fix header order * update test fn name * use relu fn * add kFComputeEx dispatch * init posneg mklarray * fix generating rnd pos neg ints * output arrays are rnd generated * test that getinputarrays creates view and mkldnn arrays * add more output types * fix typo * fix gettestput test * create arrattr struct to display arr info * refactor initarray * print arr description in verify fn * use long int string interpolation * fix alias params * iterate over dims * print c_str * print output info * improve print message * improve print * fix new lines in output * refactor print messages * fix typos * fix lint issues * fix rebase * pass ndarray as ptr * store copy of ndarray in attrs obj * fix rem inits * fix dispatch size * move print earlier * use createmkldnnmem helper fun * fix lint * refactor if else statement * use buffer ndarray * fix spacing * fix refactor * revert sum refactor * use fallback compute * fix typo * fix lint * use fallbackcompute fn for act operator * convert activation impl funcs to fxcompute std * remove unused var * move unused variable * fix indent
- Loading branch information
Showing
4 changed files
with
213 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.