mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-03 20:13:47 +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
|
#pragma once
|
||||||
|
|
||||||
#include "cnpy/cnpy.h"
|
#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,
|
* Loads model data stored in a npz file,
|
||||||
|
Loading…
Reference in New Issue
Block a user