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/tensors/cpu/int16.h')
-rw-r--r--src/tensors/cpu/int16.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tensors/cpu/int16.h b/src/tensors/cpu/int16.h
index abb465b6..f2bdd0a9 100644
--- a/src/tensors/cpu/int16.h
+++ b/src/tensors/cpu/int16.h
@@ -19,7 +19,6 @@ struct QuantizeNodeOp : public UnaryNodeOp {
NodeOps backwardOps() override {
ABORT("Only used for inference");
- return {NodeOp(0)};
}
const std::string type() override { return "quantizeInt16"; }
@@ -54,7 +53,6 @@ public:
NodeOps backwardOps() override {
ABORT("Only used for inference");
- return {NodeOp(0)};
}
const std::string type() override { return "dotInt16"; }
@@ -92,7 +90,6 @@ public:
NodeOps backwardOps() override {
ABORT("Only used for inference");
- return {NodeOp(0)};
}
const std::string type() override { return "affineInt16"; }