Click or drag to resize

GraphTensorArray Method

http://www.emgu.com
TensorArray

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

[Missing <returns> documentation for "M:Emgu.TF.Graph.TensorArray(Emgu.TF.Output,Emgu.TF.DataType,System.Boolean,System.Boolean,System.String,System.Int64[],System.String)"]

See Also