Click or drag to resize

GraphOneHot Method

http://www.emgu.com
OneHot

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation OneHot(
	Output indices,
	Output depth,
	Output on_value,
	Output off_value,
	long axis = -1,
	string opName = "OneHot"
)

Parameters

indices
Type: Emgu.TFOutput
Input to the operation.
depth
Type: Emgu.TFOutput
Input to the operation.
on_value
Type: Emgu.TFOutput
Input to the operation.
off_value
Type: Emgu.TFOutput
Input to the operation.
axis (Optional)
Type: SystemInt64
axis
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also