Click or drag to resize

GraphGetTensorShape Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Returns the shape of the Tensor

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