Skip to content

Commit

Permalink
Update roi_pooling_op.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
smallcorgi authored Nov 24, 2016
1 parent d72886d commit 10ab1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/roi_pooling_layer/roi_pooling_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/util/work_sharder.h"
#include "work_sharder.h"

using namespace tensorflow;
typedef Eigen::ThreadPoolDevice CPUDevice;
Expand Down

0 comments on commit 10ab1ef

Please sign in to comment.