Is "tensor.h" actually needed by npz_converter.h?

This commit is contained in:
Lane Schwartz 2016-09-18 16:27:09 +02:00
parent cac6318818
commit 88228e8fe2

View File

@ -1,7 +1,7 @@
#pragma once
#include "cnpy/cnpy.h"
#include "tensor.h"
#include "tensor.h" //XXX Marcin, is this include actually needed? It appears to not be used.
/**
* Loads model data stored in a npz file,