class ov::IRemoteTensor¶
Overview¶
#include <iremote_tensor.hpp>
class IRemoteTensor: public ITensor
{
public:
// methods
void \* data(const element::Type& type = {}) const;
virtual const AnyMap& get_properties() const = 0;
};
// direct descendants
class RemoteBlobTensor;