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.16.1.1623+4bf999fc3b81f861a8c2aa1b11ce6bfb8f610804
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