mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
release MUL and ADD operator on CUDA
This commit is contained in:
@@ -55,7 +55,7 @@ struct Layer_Slice : public TestBaseWithParam<tuple<Backend, Target> >
|
||||
}
|
||||
};
|
||||
|
||||
static std::set<std::string> nary_eltwise_cuda_deny_ops = {"add", "equal", "greater", "less", "mean", "mul", "pow", "sub"};
|
||||
static std::set<std::string> nary_eltwise_cuda_deny_ops = {"equal", "greater", "less", "mean", "pow", "sub"};
|
||||
|
||||
struct Layer_NaryEltwise : public TestBaseWithParam<tuple<Backend, Target> >
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user