24.08
|
#include <IBackendInternal.hpp>
Public Member Functions | |
constexpr | BackendVersion () |
constexpr | BackendVersion (uint32_t major, uint32_t minor) |
bool | operator== (const BackendVersion &other) const |
bool | operator<= (const BackendVersion &other) const |
bool | operator>= (const BackendVersion &other) const |
Public Attributes | |
uint32_t | m_Major |
uint32_t | m_Minor |
Definition at line 34 of file IBackendInternal.hpp.
|
inlineconstexpr |
Definition at line 39 of file IBackendInternal.hpp.
|
inlineconstexpr |
Definition at line 43 of file IBackendInternal.hpp.
|
inline |
Definition at line 55 of file IBackendInternal.hpp.
References BackendVersion::m_Major, and BackendVersion::m_Minor.
|
inline |
Definition at line 48 of file IBackendInternal.hpp.
References BackendVersion::m_Major, and BackendVersion::m_Minor.
|
inline |
Definition at line 62 of file IBackendInternal.hpp.
References BackendVersion::m_Major, and BackendVersion::m_Minor.
uint32_t m_Major |
Definition at line 36 of file IBackendInternal.hpp.
Referenced by GetVersion(), DynamicBackendUtils::IsBackendCompatibleImpl(), armnn::operator<<(), BackendVersion::operator<=(), BackendVersion::operator==(), and BackendVersion::operator>=().
uint32_t m_Minor |
Definition at line 37 of file IBackendInternal.hpp.
Referenced by GetVersion(), DynamicBackendUtils::IsBackendCompatibleImpl(), armnn::operator<<(), BackendVersion::operator<=(), BackendVersion::operator==(), and BackendVersion::operator>=().