Click or drag to resize

GraphEnsureShape Method

http://www.emgu.com
EnsureShape

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

Parameters

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

Return Value

Type: Operation

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

See Also