Click or drag to resize

AllocationType Enumeration

https://www.emgu.com
Memory allocation strategies.

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntax
public enum AllocationType
Members
  Member nameValueDescription
MemNone0 None
MmapRo1 Read-only memory-mapped data (or data externally allocated).
ArenaRw2 Arena allocated data
ArenaRwPersistent3 Arena allocated persistent data
Dynamic4 Tensors that are allocated during evaluation
See Also