Click or drag to resize

GraphSaveDatasetV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.8.0.1418
Syntax
public Operation SaveDatasetV2(
	Output input_dataset,
	Output path,
	Output shard_func_other_args,
	DataType[] output_types,
	long[][] output_shapes,
	string compression = null,
	bool use_shard_func = true,
	string opName = "SaveDatasetV2"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
path
Type: Emgu.TFOutput
Input to the operation.
shard_func_other_args
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
compression (Optional)
Type: SystemString
compression
use_shard_func (Optional)
Type: SystemBoolean
use shard func
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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