GetMarks

Description

Obtains the marks for resource operator pairs in the inference context.

Prototype

APIs using strings will be deprecated in later versions. Use APIs supporting non-string data instead.

const std::vector<std::string> &GetMarks() const

void GetMarks(std::vector<AscendString> &marks) const

Parameters

Parameter

Input/Output

Description

marks

Output

Marks of resource operators.

Returns

Marks of resource operators

Exception Handling

None

Restrictions

None