Click or drag to resize

TfInvokeGetNativeType Method

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

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

Parameters

dataType
Type: Emgu.TFDataType
The tensorflow DataType

Return Value

Type: Type
The equivalent native type
See Also