This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MXNET-483] C++ tests for mkldnn convolution/deconvolution operator (#…
…11778) * add conv test * remove pool type * gettestinput can receive scale input * create kernels and bias arrays * fix shape of kernel / bias * fix format * bias is 1dim * fix output shape * fix backwards input * fix var name to backwards_ex_outputs * filter inputs with diff memory dims * fix lint * remove extra spaces * fix lint * add deconv test * add calc devconv size * remove bias from deconv input * create deconv kernel * fix num outputs for deconv * fix lint * use random inputs for deconv * can init random mldnn array * round scale * update for loops with size_t instead of ints * remove comment * fix merge * use bounded random inputs * fix merge issue * conv op uses filter * reorder if view * reorder backwards * rename to out_grad * fix lint * filter pooling tpyes * reorder * add bias * fix typo * fix ref * filter arrays * reorder devcon inputs * reorder devonc forward inputs * fix missing var * remove unused var * reorder inputs for deconv forward * remove const * avoid reorder * set bias * fix typo * set bias with string * set bias with string * remove use bias * add bias * add bias shape * cannot use reshaped non n*** format * add spatial filter * fix conv * fix missing conv * fix input * fix merge * add missing header * add inline * fix input * add spatial filter in test * fix get test input params * fix get test input params * fix num inputs * fix input num of backwards * fix bias * add missing bias * fix output num for backwards * fix num outputs for deconv * fix test input * remove comments * use deconv param * use template * filter out incompatible widths * fix lint * update comment * reorder weights in deconv * remove const from set_data handle * fix lint * retrigger * remove data format * retrigger * retrigger * use check_eq * retrriger * refactor deconv if/else block
- Loading branch information
1 parent
5a83b6b
commit 91c536d
Showing
5 changed files
with
378 additions
and
52 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.