Update DetectionOutputLayer.cpp

Fix format
update-doc-pybind
Yuan Gao 8 years ago committed by GitHub
parent 71b3fbb18a
commit d3deb6faba

@ -143,8 +143,7 @@ void DetectionOutputLayer::forward(PassType passType) {
resetOutput(numKept, 7);
} else {
MatrixPtr outV = getOutputValue();
if (outV)
outV->resize(0,0);
if (outV) outV->resize(0,0);
return;
}
MatrixPtr outV = getOutputValue();

Loading…
Cancel
Save