Click or drag to resize

GraphGetTensorShape Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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