Click or drag to resize

GraphPaddedBatchDatasetV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation PaddedBatchDatasetV2(
	Output input_dataset,
	Output batch_size,
	Output padded_shapes,
	Output padding_values,
	Output drop_remainder,
	long[][] output_shapes,
	bool parallel_copy = false,
	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
parallel_copy (Optional)
Type: SystemBoolean
parallel copy
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] handle(type: DtVariant).
See Also