GetAttr (const char *attrName)

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

x

Atlas inference products

x

Atlas training products

x

Function Description

Obtains the pointer to the AttrValue type based on the attribute name. This function is called by Init.

Prototype

1
std::shared_ptr<const AttrValue> GetAttr(const char  *attrName) const

Command-Line Options

Parameter

Input/Output

Description

attrname

Input

Attribute name.

Returns

Obtained pointer to the AttrValue type.

Troubleshooting

None

Constraints

None