Runtime information¶
Overview¶
A mechanism of runtime information extension. More…
// classes
class ov::Decompression;
class ov::DequantizationNode;
class ov::DisableFP16Compression;
class ov::FusedNames;
class ngraph::Mask;
class ov::NonconvertibleDivide;
class ov::OldApiMapElementType;
class ov::OldApiMapOrder;
// global functions
std::string ov::getFusedNames(const std::shared_ptr<ov::Node>& node);
std::vector<std::string> ov::getFusedNamesVector(const std::shared_ptr<ov::Node>& node);
std::string ov::getPrimitivesPriority(const std::shared_ptr<Node>& node);
Detailed Documentation¶
A mechanism of runtime information extension.
Global Functions¶
std::string ov::getFusedNames(const std::shared_ptr<ov::Node>& node)
getFusedNames return string with operation names separated by coma in alphabetical order
Parameters:
node |
The node will be used to get FusedNames attribute |
std::vector<std::string> ov::getFusedNamesVector(const std::shared_ptr<ov::Node>& node)
getFusedNamesVector return vector of fused names sorted in alphabetical order
Parameters:
node |
The node will be used to get FusedNames attribute |
Returns:
vector of strings
std::string ov::getPrimitivesPriority(const std::shared_ptr<Node>& node)
getPrimitivesPriority return string with primitive priorities value
Parameters:
node |
The node will be used to get PrimitivesPriority attribute |