Click or drag to resize

GraphEmptyTensorList Method

http://www.emgu.com
EmptyTensorList

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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

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

See Also