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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user