HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ortmemoryinfo.h File Reference
#include <string_view>
#include "core/common/hash_combine.h"
+ Include dependency graph for ortmemoryinfo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OrtMemoryInfo
 
struct  std::hash< OrtMemoryInfo >
 

Namespaces

 std
 

Functions

bool operator== (const OrtMemoryInfo &left, const OrtMemoryInfo &other)
 
bool operator!= (const OrtMemoryInfo &lhs, const OrtMemoryInfo &rhs)
 
std::ostream & operator<< (std::ostream &out, const OrtMemoryInfo &info)
 

Function Documentation

bool operator!= ( const OrtMemoryInfo lhs,
const OrtMemoryInfo rhs 
)
inline

Definition at line 76 of file ortmemoryinfo.h.

std::ostream& operator<< ( std::ostream &  out,
const OrtMemoryInfo info 
)
bool operator== ( const OrtMemoryInfo left,
const OrtMemoryInfo other 
)
inline

Definition at line 69 of file ortmemoryinfo.h.