TfInvokeGetNativeType Method |
http://www.emgu.com
Get the equivalent native type from Tensorflow DataType
Namespace:
Emgu.TF
Assembly:
Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntaxpublic static Type GetNativeType(
DataType dataType
)
Public Shared Function GetNativeType (
dataType As DataType
) As Type
public:
static Type^ GetNativeType(
DataType dataType
)
static member GetNativeType :
dataType : DataType -> Type
Parameters
- dataType
- Type: Emgu.TFDataType
The tensorflow DataType
Return Value
Type:
TypeThe equivalent native type
See Also