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/chainable.h')
-rw-r--r--src/graph/chainable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph/chainable.h b/src/graph/chainable.h
index 9e5d8fb2..281d3653 100644
--- a/src/graph/chainable.h
+++ b/src/graph/chainable.h
@@ -72,7 +72,9 @@ struct Chainable {
// virtual const std::string& type() = 0;
virtual Ptr<ExpressionGraph> graph() = 0;
+
virtual const Shape& shape() = 0;
+ virtual const Type& value_type() = 0;
virtual std::vector<Expr>& children() = 0;
virtual Expr child(size_t) = 0;