Skip to content

Revert "Fixed code style"#50

Closed
ilyachur wants to merge 1 commit intomasterfrom
check_comment
Closed

Revert "Fixed code style"#50
ilyachur wants to merge 1 commit intomasterfrom
check_comment

Conversation

@ilyachur
Copy link
Copy Markdown
Owner

This reverts commit 5209ff4.

Details:

  • item1
  • ...

Tickets:

  • ticket-id

This reverts commit 5209ff4.
Comment on lines +7 to +11
#include "openvino/core/any.hpp"
#include "openvino/core/core_visibility.hpp"
#include "openvino/core/node.hpp"
#include "openvino/core/rtti.hpp"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
#include "openvino/core/any.hpp"
#include "openvino/core/core_visibility.hpp"
#include "openvino/core/node.hpp"
#include "openvino/core/rtti.hpp"

#include "openvino/core/core_visibility.hpp"
#include "openvino/core/node.hpp"
#include "openvino/core/rtti.hpp"
#include "openvino/op/assign.hpp"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
#include "openvino/op/assign.hpp"
#include "openvino/core/any.hpp"
#include "openvino/core/core_visibility.hpp"
#include "openvino/core/node.hpp"
#include "openvino/core/rtti.hpp"
#include "openvino/op/assign.hpp"

* @return reference to const ov::AnyMap with runtime info
*/
const RTMap& get_rt_info() const {
const RTMap & get_rt_info() const {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
const RTMap & get_rt_info() const {
const RTMap& get_rt_info() const {

template <class T, class... Args, typename std::enable_if<std::is_same<T, ov::Any>::value, bool>::type = true>
const T& get_rt_info(Args... args) const {
const ov::Any& arg = get_rt_arg<Args...>(m_rt_info, args...);
const ov::Any& arg = get_rt_arg<Args...>( m_rt_info, args...);
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
const ov::Any& arg = get_rt_arg<Args...>( m_rt_info, args...);
const ov::Any& arg = get_rt_arg<Args...>(m_rt_info, args...);

const T& get_rt_info(const std::vector<std::string>& args) const {
const ov::Any& arg = get_rt_info(m_rt_info, args.cbegin(), args.cend());
return arg;
const ov::Any& arg = get_rt_info(m_rt_info, args.cbegin(), args.cend()); return arg;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
const ov::Any& arg = get_rt_info(m_rt_info, args.cbegin(), args.cend()); return arg;
const ov::Any& arg = get_rt_info(m_rt_info, args.cbegin(), args.cend());
return arg;

*/
template <class T, class... Args>
void set_rt_info(const T& argument, Args... args) {
template <class T, class... Args> void set_rt_info(const T& argument, Args... args) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[clang-format] reported by reviewdog 🐶

Suggested change
template <class T, class... Args> void set_rt_info(const T& argument, Args... args) {
template <class T, class... Args>
void set_rt_info(const T& argument, Args... args) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant