Runtime information

Overview

A mechanism of runtime information extension. More…

// classes

class ov::Decompression;
class ov::DisableFP16Compression;
class ngraph::FusedNames;
class ngraph::Mask;
class ov::NonconvertibleDivide;
class ov::OldApiMapElementType;
class ov::OldApiMapOrder;

// global functions

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

Detailed Documentation

A mechanism of runtime information extension.

Global Functions

NGRAPH_API std::string ngraph::getFusedNames(const std::shared_ptr<ngraph::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

NGRAPH_API std::vector<std::string> ngraph::getFusedNamesVector(const std::shared_ptr<ngraph::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

NGRAPH_API std::string ov::getPrimitivesPriority(const std::shared_ptr<ngraph::Node>& node)

getPrimitivesPriority return string with primitive priorities value

Parameters:

node

The node will be used to get PrimitivesPriority attribute