Click or drag to resize

AllocationType Enumeration

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

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
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