class ngraph::op::util::OpAnnotations

Base class for annotations added to graph ops.

#include <op_annotations.hpp>

class OpAnnotations
{
public:
    // methods

    void add_in_place_oi_pair(const struct oi_pair& oi);
    const std::vector<struct oi_pair>& get_in_place_oi_pairs() const;
    bool is_cacheable() const;
    void set_cacheable(bool val);
};