提交 9cb2d0cf 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!1725 Add destructor to Feature

Merge pull request !1725 from xiefangqi/xfq_fix_codex2
......@@ -33,6 +33,8 @@ class Feature {
// @param std::shared_ptr<Tensor> value - feature value
Feature(FeatureType type_name, std::shared_ptr<Tensor> value);
~Feature() = default;
// Get feature value
// @return std::shared_ptr<Tensor> *out_value - feature value
const std::shared_ptr<Tensor> Value() const { return value_; }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册