Click or drag to resize

TfLiteInvokeGetNativeType Method

http://www.emgu.com
Get the equivalent native type from Tensorflow DataType

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Net45 (in Emgu.TF.Lite.Net45.dll) Version: 1.14.0.572 (1.14.0.572)
Syntax
public static Type GetNativeType(
	DataType dataType
)

Parameters

dataType
Type: Emgu.TF.LiteDataType
The tensorflow DataType

Return Value

Type: Type
The equivalent native type
See Also