NodeOpTypeFeature Constructor and Destructor

Inherited from ScopeBaseFeature.

Description

Constructs/Destructs a NodeOpTypeFeature object.

Prototype

APIs taking string arguments will be deprecated in future releases. Use APIs taking non-string arguments instead.

NodeOpTypeFeature(std::string nodeType, int32_t num, int32_t step = 0);
NodeOpTypeFeature(const char_t *node_type, int32_t num, int32_t step = 0);
NodeOpTypeFeature(NodeOpTypeFeature const &feature);
NodeOpTypeFeature &operator=(NodeOpTypeFeature const &feature);
~NodeOpTypeFeature() override;

Parameters

Parameter

Input/Output

Description

nodeType

Input

Operator type

node_type

Input

Operator type

num

Input

Number of operators. When the number of operators is 0, the value of num is –1.

step

Input

Step, which is a multiple of the number of operators in a graph

feature

Input

NodeOpTypeFeature object

Returns

A NodeOpTypeFeature object

Exception Handling

None

Restrictions

None