Click or drag to resize

GraphTensorArrayPack Method

http://www.emgu.com
TensorArrayPack

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation TensorArrayPack(
	Output handle,
	Output flow_in,
	DataType dtype,
	long[] element_shape = null,
	string opName = "TensorArrayPack"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
flow_in
Type: Emgu.TFOutput
Input to the operation.
dtype
Type: Emgu.TFDataType
dtype
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.TensorArrayPack(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType,System.Int64[],System.String)"]

See Also