Click or drag to resize

GraphSqueeze Method

http://www.emgu.com
Squeeze

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation Squeeze(
	Output input,
	long[] squeeze_dims = null,
	string opName = "Squeeze"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
squeeze_dims (Optional)
Type: SystemInt64
squeeze dims
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also