Click or drag to resize

GraphTensorListGetItem Method

http://www.emgu.com
TensorListGetItem

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation TensorListGetItem(
	Output input_handle,
	Output index,
	Output element_shape,
	DataType element_dtype,
	string opName = "TensorListGetItem"
)

Parameters

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

Return Value

Type: Operation

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

See Also