Click or drag to resize

GraphTensorSliceDataset Method

http://www.emgu.com
TensorSliceDataset

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

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.TensorSliceDataset(Emgu.TF.Output,System.Int64[][],System.String)"]

See Also