Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-03-13 00:04:05 +0300
committerRoman Grundkiewicz <rgrundki@exseed.ed.ac.uk>2018-03-13 00:04:05 +0300
commit43a22f2210902a8ea9a091b00071a1701e2fe3ae (patch)
treea890c496e2332897f89b6a83df85fa4d2e3189b8 /src/graph/node_operators_unary.h
parent6d0c75cf48bab913e2c9c52f1c4c6cd0d656005d (diff)
Clean includes
Diffstat (limited to 'src/graph/node_operators_unary.h')
-rw-r--r--src/graph/node_operators_unary.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/node_operators_unary.h b/src/graph/node_operators_unary.h
index 8d81a63a..8ab249a8 100644
--- a/src/graph/node_operators_unary.h
+++ b/src/graph/node_operators_unary.h
@@ -1,11 +1,11 @@
#pragma once
-#include "tensors/tensor.h"
#include "tensors/backend.h"
+#include "tensors/tensor.h"
+#include "functional/functional.h"
#include "graph/node.h"
#include "tensors/tensor_operators.h"
-#include "functional/functional.h"
//#include "tensors/gpu/cudnn_wrappers.h"