SetMarks
Description
Sets 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.
void SetMarks(const std::vector<std::string> &marks)
void SetMarks(const std::vector<AscendString> &marks)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
marks |
Input |
Marks of resource operators. |
Returns
None
Exception Handling
None
Restrictions
None
Parent topic: InferenceContext