Runtime information

Overview

A mechanism of runtime information extension. More…

// classes

class ov::Decompression;
class ov::DequantizationNode;
class ov::DisableFP16Compression;
class ov::FusedNames;
class ov::KeepFP16Const;
class ngraph::Mask;
class ov::NoTransposeSinkingAttr;
class ov::NonconvertibleDivide;
class ov::OldApiMapElementType;
class ov::OldApiMapOrder;
class ov::ShapeSubgraph;

// global functions

std::stringconst std::shared_ptr<ov::Node>& ov::getFusedNames();
std::vector<std::string>const std::shared_ptr<ov::Node>& ov::getFusedNamesVector();
std::stringconst std::shared_ptr<Node>& ov::getPrimitivesPriority();

Detailed Documentation

A mechanism of runtime information extension.

Global Functions

std::stringconst std::shared_ptr<ov::Node>& ov::getFusedNames()

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>const std::shared_ptr<ov::Node>& ov::getFusedNamesVector()

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::stringconst std::shared_ptr<Node>& ov::getPrimitivesPriority()

getPrimitivesPriority return string with primitive priorities value

Parameters:

node

The node will be used to get PrimitivesPriority attribute