Public Member Functions | Static Public Attributes
TemplateExtension::Operation Class Reference
Inheritance diagram for TemplateExtension::Operation:
Inheritance graph
[legend]
Collaboration diagram for TemplateExtension::Operation:
Collaboration graph
[legend]

Public Member Functions

const ngraph::NodeTypeInfo & get_type_info () const override
 
 Operation (const ngraph::Output< ngraph::Node > &arg, int64_t add)
 [op:ctor]
 
void validate_and_infer_types () override
 [op:ctor] More...
 
std::shared_ptr< ngraph::Node > copy_with_new_args (const ngraph::NodeVector &new_args) const override
 [op:validate] More...
 
bool visit_attributes (ngraph::AttributeVisitor &visitor) override
 [op:copy] More...
 
int64_t getAddAttr ()
 

Static Public Attributes

static constexpr ngraph::NodeTypeInfo type_info {"Template", 0}
 

Member Function Documentation

§ copy_with_new_args()

std::shared_ptr< ngraph::Node > Operation::copy_with_new_args ( const ngraph::NodeVector &  new_args) const
override

[op:validate]

[op:copy]

§ validate_and_infer_types()

void Operation::validate_and_infer_types ( )
override

[op:ctor]

[op:validate]

§ visit_attributes()

bool Operation::visit_attributes ( ngraph::AttributeVisitor &  visitor)
override

[op:copy]

[op:visit_attributes]


The documentation for this class was generated from the following files: