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:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2018-03-03 05:06:26 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2018-03-03 05:06:26 +0300
commit8ec6eef9d57c886513a581ce3c6d3502f5e019b7 (patch)
tree07660d65c8a51a89d7645089f94ab7d2c901a086 /src/graph/node_operators_unary.h
parent42293372caf2a052dc8d6693b4855413d8de5a14 (diff)
more coda separation
Diffstat (limited to 'src/graph/node_operators_unary.h')
-rw-r--r--src/graph/node_operators_unary.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/graph/node_operators_unary.h b/src/graph/node_operators_unary.h
index e857e790..0ca2c2a2 100644
--- a/src/graph/node_operators_unary.h
+++ b/src/graph/node_operators_unary.h
@@ -1,15 +1,13 @@
#pragma once
#include "tensors/tensor.h"
-#include "tensors/gpu/backend.h"
+#include "tensors/backend.h"
#include "graph/node.h"
-//#include "kernels/sparse.h"
#include "tensors/tensor_operators.h"
#include "functional/functional.h"
-#include "tensors/gpu/cudnn_wrappers.h"
-
+//#include "tensors/gpu/cudnn_wrappers.h"
namespace marian {