From 88228e8fe2fbe2c691cedf02eb7a86180a07920e Mon Sep 17 00:00:00 2001 From: Lane Schwartz Date: Sun, 18 Sep 2016 16:27:09 +0200 Subject: [PATCH] Is "tensor.h" actually needed by npz_converter.h? --- src/npz_converter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npz_converter.h b/src/npz_converter.h index aeaa5daa..15a2ce39 100644 --- a/src/npz_converter.h +++ b/src/npz_converter.h @@ -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,