http://www.emgu.com
Get the type of data from this tensor
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntaxpublic DataType Type { get; }
Public ReadOnly Property Type As DataType
Get
public:
property DataType^ Type {
DataType^ get ();
}
member Type : DataType with get
Property Value
Type:
DataType
See Also