Small cosmetic fixes (#3748)
This commit is contained in:
parent
0547934c24
commit
6f77c72fc7
@ -48,9 +48,7 @@ op::v1::Gather::Gather(const Output<Node>& params,
|
||||
bool ngraph::op::v1::Gather::visit_attributes(AttributeVisitor& visitor)
|
||||
{
|
||||
NGRAPH_OP_SCOPE(v1_Gather_visit_attributes);
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
void op::v1::Gather::validate_and_infer_types()
|
||||
|
@ -44,7 +44,6 @@ bool op::Parameter::visit_attributes(AttributeVisitor& visitor)
|
||||
void op::Parameter::validate_and_infer_types()
|
||||
{
|
||||
NGRAPH_OP_SCOPE(v0_Parameter_validate_and_infer_types);
|
||||
;
|
||||
Op::validate_and_infer_types();
|
||||
set_output_type(0, m_element_type, m_partial_shape);
|
||||
}
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <iterator>
|
||||
#include <sstream>
|
||||
#include "itt.hpp"
|
||||
#include "itt.hpp"
|
||||
|
||||
#include "ngraph/attribute_visitor.hpp"
|
||||
#include "ngraph/function.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user