Click or drag to resize

GraphTensorDataset Method

http://www.emgu.com
TensorDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation TensorDataset(
	Output components,
	long[][] output_shapes,
	string opName = "TensorDataset"
)

Parameters

components
Type: Emgu.TFOutput
Input to the operation.
output_shapes
Type: SystemInt64
output shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also