HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
alloc_kind.h File Reference
#include <iosfwd>
+ Include dependency graph for alloc_kind.h:

Go to the source code of this file.

Namespaces

 onnxruntime
 

Enumerations

enum  onnxruntime::AllocKind {
  onnxruntime::AllocKind::kNotSet = -1, onnxruntime::AllocKind::kAllocate = 0, onnxruntime::AllocKind::kReuse = 1, onnxruntime::AllocKind::kPreExisting = 2,
  onnxruntime::AllocKind::kAllocateStatically = 3, onnxruntime::AllocKind::kAllocateOutput = 4, onnxruntime::AllocKind::kShare = 5, onnxruntime::AllocKind::kAllocatedExternally = 6
}
 

Functions

std::ostream & onnxruntime::operator<< (std::ostream &out, AllocKind alloc_kind)