Click or drag to resize

GraphPaddedBatchDatasetV2 Method

http://www.emgu.com
PaddedBatchDatasetV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation PaddedBatchDatasetV2(
	Output input_dataset,
	Output batch_size,
	Output padded_shapes,
	Output padding_values,
	Output drop_remainder,
	long[][] output_shapes,
	string opName = "PaddedBatchDatasetV2"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
batch_size
Type: Emgu.TFOutput
Input to the operation.
padded_shapes
Type: Emgu.TFOutput
Input to the operation.
padding_values
Type: Emgu.TFOutput
Input to the operation.
drop_remainder
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.PaddedBatchDatasetV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64[][],System.String)"]

See Also