#include <ortmemoryinfo.h>
Definition at line 10 of file ortmemoryinfo.h.
OrtMemoryInfo::OrtMemoryInfo |
( |
| ) |
|
|
default |
constexpr OrtMemoryInfo::OrtMemoryInfo |
( |
const char * |
name_, |
|
|
OrtAllocatorType |
type_, |
|
|
OrtDevice |
device_ = OrtDevice() , |
|
|
int |
id_ = 0 , |
|
|
OrtMemType |
mem_type_ = OrtMemTypeDefault |
|
) |
| |
|
inline |
size_t OrtMemoryInfo::Hash |
( |
| ) |
const |
|
inline |
bool OrtMemoryInfo::operator< |
( |
const OrtMemoryInfo & |
other | ) |
const |
|
inline |
OrtAllocatorType OrtMemoryInfo::alloc_type = OrtInvalidAllocator |
int OrtMemoryInfo::id = -1 |
OrtMemType OrtMemoryInfo::mem_type = OrtMemTypeDefault |
const char* OrtMemoryInfo::name = nullptr |
The documentation for this struct was generated from the following file: