aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-10-09 20:12:34 +0200
committerGitHub <noreply@github.com>2022-10-09 20:12:34 +0200
commit240a62de8a9b3c93fb9f7031f5e204264d414817 (patch)
tree1f5e0bb204f8a98d7bf8fdf0da48472de27a3ab8 /searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h
parent14e1b2febd40c3fa89d09b64569b4634f5594acc (diff)
parenta45d929b88b17c9de0d53d4c6fc3b25815bbe233 (diff)
Merge pull request #24367 from vespa-engine/toregge/share-code-for-loading-and-saving-tensor-attributev8.65.41
Share code for loading and saving tensor attribute between
Diffstat (limited to 'searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h')
-rw-r--r--searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h b/searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h
index 5dd49a2bbc4..2124ddeb70a 100644
--- a/searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h
+++ b/searchlib/src/vespa/searchlib/tensor/serialized_fast_value_attribute.h
@@ -24,8 +24,6 @@ public:
~SerializedFastValueAttribute() override;
void setTensor(DocId docId, const vespalib::eval::Value &tensor) override;
std::unique_ptr<vespalib::eval::Value> getTensor(DocId docId) const override;
- bool onLoad(vespalib::Executor *executor) override;
- std::unique_ptr<AttributeSaver> onInitSave(vespalib::stringref fileName) override;
};
}