mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
dnn: fix compilation of Halide tests
This commit is contained in:
parent
2ac819018d
commit
72a765d766
@ -5,6 +5,8 @@
|
||||
// Copyright (C) 2017, Intel Corporation, all rights reserved.
|
||||
// Third party copyrights are property of their respective owners.
|
||||
|
||||
#include "perf_precomp.hpp"
|
||||
|
||||
namespace cvtest
|
||||
{
|
||||
|
||||
|
@ -8,6 +8,8 @@
|
||||
// This tests doesn't require any external data. They just compare outputs of
|
||||
// layers using different computation backends. Input and parameters are random.
|
||||
|
||||
#include "test_precomp.hpp"
|
||||
|
||||
namespace cvtest
|
||||
{
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
// Copyright (C) 2017, Intel Corporation, all rights reserved.
|
||||
// Third party copyrights are property of their respective owners.
|
||||
|
||||
#include "test_precomp.hpp"
|
||||
|
||||
namespace cvtest
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user