Click or drag to resize

TensorAllocationType Property

http://www.emgu.com
How memory is mapped kTfLiteMmapRo: Memory mapped read only. i.e. weights kTfLiteArenaRw: Arena allocated read write memory (i.e. temporaries, outputs).

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.4.1.1202
Syntax
public AllocationType AllocationType { get; }

Property Value

Type: AllocationType
See Also