Skip to content
Snippets Groups Projects
Commit 5c9a6f8c authored by Yue Li's avatar Yue Li
Browse files

Merge branch 'issue_nnsr' into 'VTM-11.0_nnvc'

add fwd decl to solve build issue when AC0196 macro off

See merge request jvet-ahg-nnvc/VVCSoftware_VTM!61
parents 40ac4f09 69b7b934
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,12 @@
#include <fstream>
using namespace std;
namespace sadl {
template<typename T> class Model;
template<typename T> class Tensor;
}
class EncNNFilter
{
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment