mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #20682 from rogday:min
* Add Min layer to CPU, OpenCL, Halide, Inference Engine, NGraph and CUDA * fix indentation * add min to fusion and halide tests; fix doc
This commit is contained in:
@@ -2340,7 +2340,7 @@ public:
|
||||
static testing::internal::ParamGenerator<std::string> eltwiseOpList()
|
||||
{
|
||||
// TODO: automate list generation
|
||||
return Values("sum", "max", "prod", "div");
|
||||
return Values("sum", "max", "min", "prod", "div");
|
||||
}
|
||||
|
||||
static testing::internal::ParamGenerator<std::string> activationLayersList()
|
||||
|
||||
Reference in New Issue
Block a user