NumArrayAttr

Applicability

Product

Supported (Yes/No)

Atlas A2 training products/Atlas A2 inference products

Yes

Atlas 200T A2 Box16 heterogeneous subrack

Yes

Atlas 300I Duo Inference Card + Atlas 800 inference server (model: 3000)

Yes

Note: Not supported by other products.

Function Description

Adds an array attribute that accepts only numeric values.

Prototype

1
2
template <Level levelAttr = level, typename T>
inline Profiler &NumArrayAttr(const char *attrName, const T &startIter, const T &endIter)

Options

Table 1 Options

Option

Input/Output

Description

attrName

Input

Attribute name.

startIter

Input

Start iterator.

endIter

Input

End iterator.

Return Value

Profiler & Current object. Chain calls are supported.