TensorAllocationType Property |
https://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.8.0.1418
Syntaxpublic AllocationType AllocationType { get; }
Public ReadOnly Property AllocationType As AllocationType
Get
public:
property AllocationType AllocationType {
AllocationType get ();
}
member AllocationType : AllocationType with get
Property Value
Type:
AllocationType
See Also