Click or drag to resize

GraphTensorArrayV3 Method

http://www.emgu.com
TensorArrayV3

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

Parameters

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

Return Value

Type: Operation

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

See Also