mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
MVN layer ocl implementation
Signed-off-by: Li Peng <peng.li@intel.com>
This commit is contained in:
@@ -202,6 +202,11 @@ TEST(Layer_Test_MVN, Accuracy)
|
||||
testLayerUsingCaffeModels("layer_mvn");
|
||||
}
|
||||
|
||||
OCL_TEST(Layer_Test_MVN, Accuracy)
|
||||
{
|
||||
testLayerUsingCaffeModels("layer_mvn", DNN_TARGET_OPENCL);
|
||||
}
|
||||
|
||||
void testReshape(const MatShape& inputShape, const MatShape& targetShape,
|
||||
int axis = 0, int num_axes = -1,
|
||||
MatShape mask = MatShape())
|
||||
|
||||
Reference in New Issue
Block a user