Click or drag to resize

GraphGetTensorShape Method

http://www.emgu.com
Returns the shape of the Tensor

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public int[] GetTensorShape(
	Output output,
	Status status = null
)

Parameters

output
Type: Emgu.TFOutput
The output
status (Optional)
Type: Emgu.TFStatus
The status

Return Value

Type: Int32
The shape of the Tensor
See Also