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/expression_operators.h')
-rw-r--r--src/graph/expression_operators.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/graph/expression_operators.h b/src/graph/expression_operators.h
index 57d8dad6..6e994f75 100644
--- a/src/graph/expression_operators.h
+++ b/src/graph/expression_operators.h
@@ -82,9 +82,7 @@ Expr affine(Expr a,
Expr transpose(Expr a);
Expr transpose(Expr a, const std::vector<int>& axes);
-// check
Expr concatenate(const std::vector<Expr>& concats, keywords::axis_k ax = 0);
-// check
Expr repeat(Expr a, size_t repeats, keywords::axis_k ax = 0);
Expr reshape(Expr a, Shape shape);