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:
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"