/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/i_operator.hpp Source File

/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/i_operator.hpp Source File#

1 min read time

Applies to Linux

rocCV: /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/i_operator.hpp Source File
i_operator.hpp
Go to the documentation of this file.
1 
22 #pragma once
23 
24 #include "core/hip_assert.h"
25 
26 namespace roccv {
27 
31 class IOperator {
32  public:
33  virtual ~IOperator() {}
34 };
35 } // namespace roccv
Interface class for all roccv operators.
Definition: i_operator.hpp:31
virtual ~IOperator()
Definition: i_operator.hpp:33
Definition: strided_data_wrap.hpp:33