Click or drag to resize

GraphLookupTableExport Method

http://www.emgu.com
LookupTableExport

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation LookupTableExport(
	Output table_handle,
	DataType Tkeys,
	DataType Tvalues,
	string opName = "LookupTableExport"
)

Parameters

table_handle
Type: Emgu.TFOutput
Input to the operation.
Tkeys
Type: Emgu.TFDataType
Tkeys
Tvalues
Type: Emgu.TFDataType
Tvalues
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.LookupTableExport(Emgu.TF.Output,Emgu.TF.DataType,Emgu.TF.DataType,System.String)"]

See Also