mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-04 14:04:24 +03:00
Is "tensor.h" actually needed by npz_converter.h?
This commit is contained in:
parent
cac6318818
commit
88228e8fe2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user