Skip to content

Commit

Permalink
removal of "theano_version"
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Dec 6, 2016
1 parent 3befe74 commit 8e012dd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 360 deletions.
6 changes: 2 additions & 4 deletions roi_pooling/roi_pooling.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ REGISTER_OP("RoiPooling")
.Attr("pool_height: int32")
.Attr("pool_width: int32")
.Output("output: float32")
.Output("argmax_output: int32")
.Doc(R"doc(
foo!
)doc");
.Output("argmax_output: int32");


#define Dtype float

Expand Down
Empty file.
237 changes: 0 additions & 237 deletions roi_pooling/theano_version/roi_pooling.cu

This file was deleted.

119 changes: 0 additions & 119 deletions roi_pooling/theano_version/roi_pooling.py

This file was deleted.

0 comments on commit 8e012dd

Please sign in to comment.