class ngraph::op::util::OpAnnotations

Base class for annotations added to graph ops.

#include <op_annotations.hpp>

class OpAnnotations
{
public:
    // methods

    voidconst struct oi_pair& add_in_place_oi_pair();
    const std::vector<struct oi_pair>& get_in_place_oi_pairs() const;
    bool is_cacheable() const;
    voidbool set_cacheable();
};