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: 1.0.0
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