Click or drag to resize

GraphTensorArrayRead Method

http://www.emgu.com
TensorArrayRead

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation TensorArrayRead(
	Output handle,
	Output index,
	Output flow_in,
	DataType dtype,
	string opName = "TensorArrayRead"
)

Parameters

handle
Type: Emgu.TFOutput
Input to the operation.
index
Type: Emgu.TFOutput
Input to the operation.
flow_in
Type: Emgu.TFOutput
Input to the operation.
dtype
Type: Emgu.TFDataType
dtype
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also