Skip to content

Commit

Permalink
ROIPooling: Clean up unnecessary function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
ggalieroc committed Nov 17, 2020
1 parent 36de382 commit 074b540
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,6 @@ std::shared_ptr<Node> makePooling(const ngraph::Output<Node> &in,
bool excludePad,
const ngraph::helpers::PoolingTypes &poolType);

std::shared_ptr<Node> makeROIPooling(const Output<Node>& input,
const Output<Node>& coords,
const Shape& output_size,
const float spatial_scale,
const ngraph::helpers::ROIPoolingTypes& roi_pool_type);

std::shared_ptr<ngraph::Node> makeScatterUpdate(const ngraph::Output<Node> &in,
const element::Type& indicesType,
const std::vector<size_t>& indicesShape,
Expand Down

0 comments on commit 074b540

Please sign in to comment.