Click or drag to resize

AllocationType Enumeration

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

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