Click or drag to resize

GraphTensorListStack Method

http://www.emgu.com
TensorListStack

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation TensorListStack(
	Output input_handle,
	Output element_shape,
	DataType element_dtype,
	long num_elements = -1,
	string opName = "TensorListStack"
)

Parameters

input_handle
Type: Emgu.TFOutput
Input to the operation.
element_shape
Type: Emgu.TFOutput
Input to the operation.
element_dtype
Type: Emgu.TFDataType
element dtype
num_elements (Optional)
Type: SystemInt64
num elements
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also