Skip to content

Commit

Permalink
Revert "Add reshape op supported by MKL-DNN (apache#12980)"
Browse files Browse the repository at this point in the history
This reverts commit c4a619c.

Conflicts:
	src/operator/tensor/matrix_op.cc
	tests/python/mkl/test_mkldnn.py
  • Loading branch information
juliusshufan committed Apr 21, 2019
1 parent 73d879c commit b49d732
Show file tree
Hide file tree
Showing 2 changed files with 445 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/operator/tensor/matrix_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ DMLC_REGISTER_PARAMETER(TileParam);
DMLC_REGISTER_PARAMETER(ReverseParam);
DMLC_REGISTER_PARAMETER(StackParam);
DMLC_REGISTER_PARAMETER(SqueezeParam);
DMLC_REGISTER_PARAMETER(DepthToSpaceParam);
DMLC_REGISTER_PARAMETER(SplitParam);

NNVM_REGISTER_OP(Reshape)
.add_alias("reshape")
Expand Down
Loading

0 comments on commit b49d732

Please sign in to comment.