dnn: fix ReduceLayer implementation, update OpenVINO tests
This commit is contained in:
@@ -25,6 +25,7 @@ class ReduceLayerImpl CV_FINAL : public ReduceLayer
|
||||
public:
|
||||
ReduceLayerImpl(const LayerParams& params)
|
||||
{
|
||||
setParamsFrom(params);
|
||||
// set reduce type
|
||||
CV_Assert(params.has("reduce"));
|
||||
String typeString = toLowerCase(params.get<String>("reduce"));
|
||||
|
||||
Reference in New Issue
Block a user