Skip to content

Commit

Permalink
End of file line
Browse files Browse the repository at this point in the history
  • Loading branch information
jane-intel committed Mar 22, 2024
1 parent d4f4d19 commit 13f86de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ class ov::pass::OptimizeSymbolsUsedAsValues : public ov::pass::ModelPass {
public:
OPENVINO_RTTI("OptimizeSymbolsUsedAsValues", "0");
bool run_on_model(const std::shared_ptr<ov::Model>& m) override;
};
};
2 changes: 1 addition & 1 deletion src/core/include/openvino/core/symbol.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ class OPENVINO_API Symbol : public std::enable_shared_from_this<Symbol> {
std::shared_ptr<Symbol> m_parent = nullptr;
};

} // namespace ov
} // namespace ov
2 changes: 1 addition & 1 deletion src/core/include/openvino/op/concat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class OPENVINO_API Concat : public Op {
bool evaluate(TensorVector& outputs, const TensorVector& inputs) const override;
bool evaluate_lower(TensorVector& output_values) const override;
bool evaluate_upper(TensorVector& output_values) const override;
bool evaluate_symbol(TensorSymbolVector& output_ss) const override;
bool evaluate_symbol(TensorSymbolVector& output_symbol) const override;

protected:
/// \ brief m_axis stores default value for all iterations
Expand Down

0 comments on commit 13f86de

Please sign in to comment.