OrtAllocator

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

Alloc
void* function(OrtAllocator* this_, size_t size) Alloc;
Undocumented in source.
Free
void function(OrtAllocator* this_, void* p) Free;
Undocumented in source.
Info
const(OrtMemoryInfo)* function(const(OrtAllocator)* this_) Info;
Undocumented in source.
version_
uint version_;
Undocumented in source.

Meta