https://www.emgu.com
The number of bytes required to store the data of this Tensor. I.e.
(bytes of each element) * dims[0] * ... * dims[n-1]. For example, if
type is kTfLiteFloat32 and dims = {3, 2} then
bytes = sizeof(float) * 3 * 2 = 4 * 3 * 2 = 24.
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite (in Emgu.TF.Lite.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic int ByteSize { get; }
Public ReadOnly Property ByteSize As Integer
Get
public:
property int ByteSize {
int get ();
}
member ByteSize : int with get
Property Value
Type:
Int32
See Also