class ov::ITensorAccessor¶
Overview¶
Interface for data accessor. More…
#include <tensor_data_accessor.hpp>
class ITensorAccessor
{
public:
// methods
virtual Tensorsize_t operator () () const = 0;
protected:
};
// direct descendants
template <>
class TensorAccessor;