Click or drag to resize

GraphTensorArray Method

https://www.emgu.com/wiki/index.php/Emgu_TF
TensorArray

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation TensorArray(
	Output size,
	DataType dtype,
	bool dynamic_size = false,
	bool clear_after_read = true,
	string tensor_array_name = null,
	long[] element_shape = null,
	string opName = "TensorArray"
)

Parameters

size
Type: Emgu.TFOutput
Input to the operation.
dtype
Type: Emgu.TFDataType
dtype
dynamic_size (Optional)
Type: SystemBoolean
dynamic size
clear_after_read (Optional)
Type: SystemBoolean
clear after read
tensor_array_name (Optional)
Type: SystemString
tensor array name
element_shape (Optional)
Type: SystemInt64
element shape
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] handle(type: DtString).
See Also