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.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 2.8.0.1418
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