Click or drag to resize

GraphEmptyTensorList Method

https://www.emgu.com/wiki/index.php/Emgu_TF
EmptyTensorList

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation EmptyTensorList(
	Output element_shape,
	Output max_num_elements,
	DataType element_dtype,
	string opName = "EmptyTensorList"
)

Parameters

element_shape
Type: Emgu.TFOutput
Input to the operation.
max_num_elements
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
The operation, where: [0] handle(type: DtVariant).
See Also