mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Added reshape corrections
This commit is contained in:
@@ -478,6 +478,11 @@ TEST_P(Test_TensorFlow_layers, reshape_nchw)
|
||||
runTensorFlowNet("reshape_nchw");
|
||||
}
|
||||
|
||||
TEST_P(Test_TensorFlow_layers, reshape_conv)
|
||||
{
|
||||
runTensorFlowNet("reshape_conv");
|
||||
}
|
||||
|
||||
TEST_P(Test_TensorFlow_layers, leaky_relu)
|
||||
{
|
||||
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2018050000)
|
||||
|
||||
Reference in New Issue
Block a user