1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Manage TensorFlow's NHWC data layout is smoother

This commit is contained in:
Dmitry Kurtaev
2017-12-20 14:13:40 +03:00
parent dcdd6af5a8
commit 7e48fa58eb
2 changed files with 139 additions and 10 deletions
+2
View File
@@ -159,6 +159,8 @@ TEST(Test_TensorFlow, deconvolution)
TEST(Test_TensorFlow, matmul)
{
runTensorFlowNet("matmul");
runTensorFlowNet("nhwc_reshape_matmul");
runTensorFlowNet("nhwc_transpose_reshape_matmul");
}
TEST(Test_TensorFlow, defun)