Click or drag to resize

TensorFlatT Method

http://www.emgu.com
Get the tensor data as a flatten single dimension array

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public T[] Flat<T>()
where T : struct, new()

Type Parameters

T
The type of the data array

Return Value

Type: T
The tensor data as a flatten single dimension array
See Also